elm-spa/docs/netlify.toml
2021-02-21 15:38:21 -06:00

16 lines
339 B
TOML

[build]
publish = "public"
command = "npm i elm-spa@beta && node scripts/generate-index.js && npx elm-spa build"
# Prevents missing markdown files from redirecting to index.html
[[redirects]]
from = "/content/*"
to = "/content/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200