Skip to content

Commit f5ee525

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/netlify.toml

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

66
# Allow previewing docs
77
[[redirects]]

0 commit comments

Comments
 (0)