netlify redirect config

This commit is contained in:
Dexter 2022-02-18 10:43:29 +00:00 committed by Dexter Edwards
parent bebc767c4c
commit 2272332191

4
netlify.toml Normal file
View File

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