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 8a298f8 commit 46633f8Copy full SHA for 46633f8
vercel.json
@@ -0,0 +1,7 @@
1
+{
2
+ "buildCommand": "pnpm docs:build",
3
+ "outputDirectory": "docs/dist",
4
+ "rewrites": [
5
+ { "source": "/(.*)", "destination": "/index.html" }
6
+ ]
7
+}
0 commit comments