From e66e5be6b630224792933935eb0ebb3eb8725cca Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 5 Sep 2021 03:59:02 +0300 Subject: [PATCH] update @ Sun 5 Sep 03:59:02 EEST 2021 --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index d73cf64..46fbf27 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,9 @@ +[[redirects]] + from = "/*" + to = "/page/404/index.html" + status = 404 + force = false + [[redirects]] from = "/404.html" to = "/page/404/index.html"