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

10 lines
140 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"
2021-07-25 21:36:20 +02:00
publish = "build"
2021-07-25 19:56:42 +02:00
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200