elm-spa/examples/elm-spa-dev/netlify.toml
Ryan Haskell-Glatz d12d183889 prepare for v5
2020-07-13 22:39:10 -05:00

11 lines
156 B
TOML

[[redirects]]
from = "/content/*"
to = "/content/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200