diff --git a/netlify.toml b/netlify.toml index efea7c4..3c46562 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,4 +27,6 @@ # catch-all to landing page [[redirects]] from = "/*" - to = "/" \ No newline at end of file + to = "/index.html" + status = 200 + force = false \ No newline at end of file