mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 17:52:33 +03:00
16 lines
401 B
TOML
16 lines
401 B
TOML
[build]
|
|
publish = "public"
|
|
command = "cd ../src/cli && npm i && npm run build && npm link && npm i -g elm && cd ../../docs && node scripts/generate-index.js && 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
|