elm-spa/docs/netlify.toml

16 lines
337 B
TOML
Raw Normal View History

2021-02-05 07:55:53 +03:00
[build]
publish = "public"
2021-04-27 18:19:05 +03:00
command = "npm i elm@latest && node scripts/generate-index.js && npx elm-spa build"
2021-02-05 07:55:53 +03:00
# Prevents missing markdown files from redirecting to index.html
[[redirects]]
from = "/content/*"
to = "/content/:splat"
status = 200
force = true
2021-01-16 23:07:16 +03:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200