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

10 lines
155 B
TOML
Raw Normal View History

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