all repos — site @ 5e7b0ea15200236e927eed391989c1fe43098490

source for my site, found at icyphox.sh

meta: setup custom 404 page
Anirudh Oppiliappan x@icyphox.sh
Thu, 26 May 2022 22:09:45 +0530
commit

5e7b0ea15200236e927eed391989c1fe43098490

parent

6c04fd34a0ce664f01f3a369877cd9fcaa6bd164

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M netlify.tomlnetlify.toml

@@ -6,3 +6,8 @@ [[redirects]]

from = "/.well-known/webfinger" to = "https://h.icyphox.sh/.well-known/webfinger" force = true + +[[redirects]] + from = "/*" + to = "/404" + status = 404