elm-spa/netlify.toml

6 lines
131 B
TOML
Raw Normal View History

2019-11-06 02:37:10 +03:00
# sends all routes to /index.html
# (so you can handle 404s there!)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200