๐ŸŒ mirroring test!
0
fork

Configure Feed

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

fix: adjust well-known path

+10
+10
app.yaml
··· 4 4 static_files: index.html 5 5 upload: index.html 6 6 7 + - url: /.well-known/webfinger 8 + static_files: .well-known/webfinger 9 + upload: .well-known/webfinger 10 + http_headers: 11 + content-type: application/jrd+json 12 + 13 + - url: /.well-known/keybase.txt 14 + static_files: .well-known/keybase.txt 15 + upload: .well-known/keybase.txt 16 + 7 17 - url: /(.*) 8 18 static_files: \1 9 19 upload: (.*)