๐ŸŒ mirroring test!
0
fork

Configure Feed

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

feat: add redirect for the old URL of Google Engineering Practices Japanese translation

+6
+6
Caddyfile
··· 4 4 # webfinger requires content-type: application jrd+json 5 5 @webfinger path */webfinger 6 6 header @webfinger Content-Type application/jrd+json 7 + 8 + # redirects: google-eng-practices 9 + route /eng-practices/* { 10 + uri strip_prefix /eng-practices 11 + redir https://google-engineering-practices.translate.shuuji3.xyz{uri} 12 + } 7 13 }