paimon-moe/netlify.toml

10 lines
181 B
TOML
Raw Normal View History

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