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