๐ŸŒ mirroring test!
0
fork

Configure Feed

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

chore: delete experimental app engine config file

-19
-19
app.yaml
··· 1 - runtime: python312 2 - handlers: 3 - - url: / 4 - static_files: index.html 5 - upload: index.html 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 - 17 - - url: /(.*) 18 - static_files: \1 19 - upload: (.*)