From 2cb1298f3ce174a592fe08bb3053c9d6daa061a4 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 12 Feb 2020 17:20:25 -0500 Subject: [PATCH] experiment with netlify rewrite --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..07a21c50 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/*" + to = "https://siasky.net/:splat" + status = 200 + force = true \ No newline at end of file