๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make redirects from 301 to 302 permanent

+3 -3
+3 -3
Caddyfile
··· 8 8 # Configure old URL redirection 9 9 route /eng-practices/* { 10 10 uri strip_prefix /eng-practices 11 - redir https://google-engineering-practices.translation.shuuji3.xyz{uri} 11 + redir https://google-engineering-practices.translation.shuuji3.xyz{uri} permanent 12 12 } 13 - 13 + 14 14 route /smart-health-cards-framework/* { 15 15 uri strip_prefix /smart-health-cards-framework 16 - redir https://smart-health-cards-framework.translation.shuuji3.xyz{uri} 16 + redir https://smart-health-cards-framework.translation.shuuji3.xyz{uri} permanent 17 17 } 18 18 }