meta: setup custom 404 page
Anirudh Oppiliappan x@icyphox.sh
Thu, 26 May 2022 22:09:45 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
netlify.toml
→
netlify.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