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 240e09aCopy full SHA for 240e09a
2 files changed
docs/.nvmrc .nvmrcdocs/.nvmrc renamed to .nvmrc
docs/netlify.toml netlify.tomldocs/netlify.toml renamed to 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