netlify redirect fix

This commit is contained in:
2021-07-31 14:15:06 +02:00
parent 5576aab2a4
commit 59be144008

View File

@@ -27,4 +27,6 @@
# catch-all to landing page # catch-all to landing page
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/" to = "/index.html"
status = 200
force = false