diff options
| author | Fuwn <[email protected]> | 2020-11-10 14:26:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-10 14:26:18 -0800 |
| commit | 9845452cc68605e23f2d595dc8430bf726556b8b (patch) | |
| tree | 5a0ff6e0688f720b2af8970d09b6efeddd8b3454 /netlify.toml | |
| parent | article: wisp (diff) | |
| download | blog-9845452cc68605e23f2d595dc8430bf726556b8b.tar.xz blog-9845452cc68605e23f2d595dc8430bf726556b8b.zip | |
fix: 404 redir
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 12 |
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" |