elm-spa/netlify.toml

9 lines
147 B
TOML
Raw Normal View History

2019-10-05 04:35:54 +03:00
[build]
base = "examples/basic/"
2019-10-05 04:37:04 +03:00
publish = "dist/"
2019-10-05 04:35:54 +03:00
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200