paimon-moe-fork/netlify.toml

10 lines
181 B
TOML
Raw Normal View History

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