netlify redirect fix
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user