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

10 lines
154 B
TOML
Raw Normal View History

2022-03-19 15:58:52 +01:00
[build]
base = "packages/lucy/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200