fix: Remove the redirect from netlify config

This commit is contained in:
Alicia Sykes 2024-06-21 22:43:21 +01:00
parent 0ff76de682
commit ce9201594e

View File

@ -27,12 +27,6 @@
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"