1
0
Fork 0
freesewing/packages/yuri/example/netlify.toml
2021-09-02 18:35:00 +02:00

9 lines
154 B
TOML

[build]
base = "packages/yuri/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200