A repo for my personal website

Adding bluesky redirects

+11 -1
+11 -1
netlify.toml
··· 32 32 [[redirects]] 33 33 from = "/npmjs/*" 34 34 to = "/npmjs/" 35 - status = 200 35 + status = 200 36 + 37 + [[redirects]] 38 + from = "/.well-known/host-meta*" 39 + to = "https://fed.brid.gy/.well-known/host-meta:splat" 40 + status = 302 41 + [[redirects]] 42 + from = "/.well-known/webfinger*" 43 + to = "https://fed.brid.gy/.well-known/webfinger" 44 + status = 302 45 +