paimon-moe-fork/netlify.toml

10 lines
161 B
TOML
Raw Normal View History

2021-01-08 17:27:08 +00:00
[build]
publish = "__sapper__/export"
command = "node scripts/createEnv.js && yarn export"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200