paimon-moe/netlify.toml
2021-01-09 03:30:59 +08:00

9 lines
181 B
TOML

[build]
publish = "__sapper__/export"
command = "node scripts/createEnv.js && NODE_ENV=production yarn export"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200