A repo for my personal website

Removing redirects

-10
-10
netlify.toml
··· 33 33 from = "/npmjs/*" 34 34 to = "/npmjs/" 35 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 -