1
0
Fork 0
freesewing/packages/walburga/example/netlify.toml
starfetch 1c9ae804a6 feat: deploy to netlify
edit netlify.toml (remove base line) to deploy
2021-10-08 17:23:44 +02:00

8 lines
121 B
TOML

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