vitesse/netlify.toml

9 lines
167 B
TOML
Raw Normal View History

2020-08-10 02:43:04 +08:00
[build]
publish = "dist"
2020-08-11 18:41:21 +08:00
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
2020-08-10 02:43:04 +08:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200