We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464b7bf commit 662f25cCopy full SHA for 662f25c
docs-v2/vercel.json
@@ -1,7 +1,6 @@
1
{
2
- "installCommand": "pnpm install --ignore-engines",
3
- "buildCommand": "cd docs-v2 && pnpm run vercel-build",
4
- "outputDirectory": "docs-v2/.next",
+ "installCommand": "pnpm install --ignore-engines --prefix ..",
+ "buildCommand": "pnpm run vercel-build",
5
"redirects": [
6
7
"source": "/docs/v3",
0 commit comments