mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 17:52:33 +03:00
6 lines
131 B
TOML
6 lines
131 B
TOML
|
# sends all routes to /index.html
|
||
|
# (so you can handle 404s there!)
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/index.html"
|
||
|
status = 200
|