From dad2ab1246e3365b5453309a3b65afffcf8c7847 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 28 Feb 2020 10:40:25 +0100 Subject: [PATCH] remove netlify integration --- netlify.toml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 1519294a..00000000 --- a/netlify.toml +++ /dev/null @@ -1,21 +0,0 @@ -[[redirects]] - from = "/skynet/skyfile" - to = "https://siasky.net/skynet/skyfile" - status = 200 - force = true - -[[redirects]] - from = "/file/*" - to = "https://siasky.net/file/:splat" - status = 200 - force = true - -[[redirects]] - from = "/" - to = "/" - status = 200 - -[[redirects]] - from = "/*" - to = "https://siasky.net/:splat" - status = 200 \ No newline at end of file