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

10 lines
154 B
TOML
Raw Normal View History

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