paimon-moe/netlify.toml

10 lines
181 B
TOML
Raw Normal View History

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