paimon-moe/netlify.toml
I Made Setia Baruna 5badfa804d Add netlify toml
2021-01-09 01:27:08 +08:00

9 lines
161 B
TOML

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