1
0
Fork 0
freesewing/packages/hortensia/example/netlify.toml
2021-01-30 13:19:28 +01:00

9 lines
159 B
TOML

[build]
base = "packages/hortensia/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200