Skip to content

Commit d20bf15

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.nvmrc renamed to .nvmrc

File renamed without changes.

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)