meta: setup redirect rule
Anirudh Oppiliappan x@icyphox.sh
Sat, 21 May 2022 19:48:44 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
netlify.toml
→
netlify.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