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

10 lines
158 B
TOML
Raw Normal View History

2021-09-14 00:04:33 +02:00
[build]
2021-10-08 17:36:55 +02:00
base = "packages/lunetius/example"
2021-09-14 00:04:33 +02:00
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200