Skip to content

Commit 53bee18

Browse files
committed
docs: build docs from project root instead of docs/ to generate typedoc with packages/client
1 parent 16bb76f commit 53bee18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/netlify.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build]
2-
publish = ".vitepress/dist"
3-
command = "pnpm build"
4-
base = "/docs/"
2+
publish = "docs/.vitepress/dist"
3+
command = "pnpm docs:build"
54

65
# Allow previewing docs
76
[[redirects]]

0 commit comments

Comments
 (0)