all repos — site @ 4bbc8335481a0466d7c23953b0f6057f97607ed1

source for my site, found at icyphox.sh

meta: setup redirect rule
Anirudh Oppiliappan x@icyphox.sh
Sat, 21 May 2022 19:48:44 +0530
commit

4bbc8335481a0466d7c23953b0f6057f97607ed1

parent

6b3b2538b8f59fccebb1f4a7899287472498c6d6

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

jump to
M netlify.tomlnetlify.toml

@@ -1,3 +1,8 @@

[build] publish = "build/" command = "make ci" + +[[redirects]] + from = "/.well-known/webfinger" + to = "https://h.icyphox.sh/.well-known/webfinger" + force = true