1
0
Fork 0
freesewing/packages/tiberius/example/netlify.toml
starfetch a16820de5e feat: deploy to netlify
to be able to deplay, had to remove the base line in netlify.toml, will not deploy otherwise
2021-10-08 17:23:32 +02:00

8 lines
121 B
TOML

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