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

10 lines
136 B
TOML
Raw Normal View History

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