toshiki-notebook/vercel.json
andatoshiki 7030e3807a
Some checks are pending
Generate Algolia serach indicies in JSON & push to Algolia / algolia (push) Waiting to run
Build and Deploy Vitepress Doc Pages to GitHub Pages / build-and-deploy (push) Waiting to run
fix(vercel): add production installation command override with --no-frozen-lockfile flag to ignore exisiting lock file for preventing installation error that causes mismatched package config & lockfile config on vercel
2024-09-15 09:36:18 -07:00

14 lines
253 B
JSON

{
"installCommand": "pnpm i --no-frozen-lockfile",
"buildCommand": "pnpm build",
"devCommand": "pnpm dev",
"cleanUrls": true,
"framework": "vite",
"git": {
"deploymentEnabled": {
"master": true,
"gh-pages": false
}
}
}