1
0
Fork 0
freesewing/packages/albert/example/netlify.toml
2020-10-25 14:05:27 +01:00

9 lines
155 B
TOML

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