diff --git a/netlify.toml b/netlify.toml index 1c452f6..46fbf27 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,11 @@ [[redirects]] from = "/*" - to = "/page/404" + to = "/page/404/index.html" status = 404 force = false [[redirects]] from = "/404.html" - to = "/page/404" + to = "/page/404/index.html" status = 200 force = true