Redirect pages to React app

This commit is contained in:
Alicia Sykes 2023-07-23 11:26:27 +01:00
parent 573864baae
commit 7ec8ccf972

View file

@ -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"