🔧 (redirect) better redirect support

This commit is contained in:
Julien Calixte
2020-03-05 00:45:37 +01:00
parent 1b619d940e
commit 4865e904df

4
netlify.toml Normal file
View File

@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200