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

9 lines
121 B
TOML
Raw Normal View History

2021-09-14 00:04:33 +02:00
[build]
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200