aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-08 21:01:55 -0800
committerFuwn <[email protected]>2020-11-08 21:01:55 -0800
commit6f4d4f283affaf50b4c242b1ff0a275c22af81e6 (patch)
treed8e3fed1b3e2dc8ab9db4a5229f8bcba28548599 /netlify.toml
parentfix: make tweet this https (diff)
downloadblog-6f4d4f283affaf50b4c242b1ff0a275c22af81e6.tar.xz
blog-6f4d4f283affaf50b4c242b1ff0a275c22af81e6.zip
feat: (desc)
feat: - 404 redirect - darkmode boilerplate - konami ee - "back to home" to "back home" - "read on" to "read more" - id main stylesheets for later darkmode - console log ee and darmode extension
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index a689fe2..fb14bbc 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -5,3 +5,8 @@
# force = true
# [redirects.headers]
# X-From = "Netlify"
+
+[[redirects]]
+ from = "/*"
+ to = "/"
+ status = "404"