Add redirect

This commit is contained in:
Rodrigo Pombo 2019-02-04 20:48:34 -03:00
parent 767adbfa99
commit 01ffe7b10f

4
netlify.toml Normal file
View File

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