1
0
Fork 0
freesewing/packages/yuri/example/netlify.toml

10 lines
139 B
TOML
Raw Normal View History

2021-07-25 19:56:42 +02:00
[build]
2021-07-25 21:29:54 +02:00
base = "example"
publish = "dist"
2021-07-25 19:56:42 +02:00
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200