diff --git a/netlify.toml b/netlify.toml index 41c3e02..e97f217 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,6 +25,12 @@ status = 301 force = true +# For router history mode, ensure pages land on index +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 + # Plugins [[plugins]] package = "netlify-plugin-chromium"