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 23733b3 commit eb186dbCopy full SHA for eb186db
vercel.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "buildCommand": "cd docs && npm install && npm run docs:build",
4
+ "outputDirectory": "docs/.vitepress/dist",
5
+ "installCommand": "cd docs && npm install"
6
+}
0 commit comments