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