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 16bb76f commit f5ee525Copy full SHA for f5ee525
1 file changed
docs/netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
-publish = ".vitepress/dist"
3
-command = "pnpm build"
4
-base = "/docs/"
+publish = "docs/.vitepress/dist"
+command = "pnpm docs:build"
+base = "/"
5
6
# Allow previewing docs
7
[[redirects]]
0 commit comments