aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-10 14:26:18 -0800
committerFuwn <[email protected]>2020-11-10 14:26:18 -0800
commit9845452cc68605e23f2d595dc8430bf726556b8b (patch)
tree5a0ff6e0688f720b2af8970d09b6efeddd8b3454 /netlify.toml
parentarticle: wisp (diff)
downloadblog-9845452cc68605e23f2d595dc8430bf726556b8b.tar.xz
blog-9845452cc68605e23f2d595dc8430bf726556b8b.zip
fix: 404 redir
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index fb14bbc..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-# [[redirects]]
-# from = "https://blog.fuwn.me/*"
-# to = "https://jot-ten.vercel.app/:splat"
-# status = 200
-# force = true
-# [redirects.headers]
-# X-From = "Netlify"
-
-[[redirects]]
- from = "/*"
- to = "/"
- status = "404"