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