diff --git a/netlify.toml b/netlify.toml index e1cacf2..010b681 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,14 +3,19 @@ [[redirects]] from = "/blog/*" - to = "/articles/blog/:splat" - status = 200 + to = "/error" + status = 404 [[redirects]] - from = "/blog/*" + from = "/blog/*/*" to = "/error" status = 404 +[[redirects]] + from = "/blog/*" + to = "/articles/blog/:splat" + status = 200 + [[redirects]] from = "/*" to = "/error"