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