Added netlify file for redirects

This commit is contained in:
Ozzie Gooen 2020-03-02 11:06:13 +00:00
parent 26ae5f5595
commit 6c38d8bd4b

4
netlify.toml Normal file
View File

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