mi-v1/frontend/netlify.toml

6 lines
131 B
TOML
Raw Permalink Normal View History

2020-01-18 18:20:39 +00:00
# sends all routes to /index.html
# (so you can handle 404s there!)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200