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

10 lines
157 B
TOML
Raw Normal View History

[build]
2020-10-25 14:35:47 +01:00
base = "packages/florent/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200