vitesse/netlify.toml
2020-12-02 19:56:10 +08:00

12 lines
227 B
TOML
Executable File

[build.environment]
NPM_FLAGS = "--prefix=/dev/null"
[build]
publish = ".presite"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200