diff --git a/netlify.toml b/netlify.toml index 1eeb085..c390b69 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,16 +1,6 @@ # Learn more about this # https://www.netlify.com/docs/netlify-toml-reference/ -[[redirects]] - from = "/blog/*" - to = "/error" - status = 404 - -[[redirects]] - from = "/blog/*/*" - to = "/error" - status = 404 - [[redirects]] from = "/blog/*" to = "/articles/blog/:splat"