paimon-moe-fork/netlify.toml

10 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