diff --git a/netlify.toml b/netlify.toml index e316df2..e1cacf2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,6 +6,11 @@ to = "/articles/blog/:splat" status = 200 +[[redirects]] + from = "/blog/*" + to = "/error" + status = 404 + [[redirects]] from = "/*" to = "/error"