elm-spa/docs/netlify.toml
Ryan Haskell-Glatz 86798cf5ea new effect api
2021-02-04 22:55:53 -06:00

9 lines
148 B
TOML

[build]
publish = "public"
command = "npm i elm-spa@beta && npx elm-spa build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200