Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

add/serve .well-known files (both files)

+1 -1
+1 -1
bskyweb/cmd/bskyweb/server.go
··· 108 108 // static files 109 109 e.GET("/robots.txt", echo.WrapHandler(staticHandler)) 110 110 e.GET("/static/*", echo.WrapHandler(http.StripPrefix("/static/", staticHandler))) 111 - e.GET("/.well-known/assetlinks.json", echo.WrapHandler(staticHandler)) 111 + e.GET("/.well-known/*", echo.WrapHandler(staticHandler)) 112 112 113 113 // home 114 114 e.GET("/", server.WebHome)