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

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