elm-spa/netlify.toml
Ryan Haskell-Glatz 21a03d5db7 what do
2019-10-04 20:37:04 -05:00

9 lines
147 B
TOML

[build]
base = "examples/basic/"
publish = "dist/"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200