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 0153e27 commit 76d201cCopy full SHA for 76d201c
book/docusaurus.config.ts
@@ -41,7 +41,7 @@ const config: Config = {
41
// Please change this to your repo.
42
// Remove this to remove the "edit this page" links.
43
editUrl: ({ docPath }) =>
44
- `https://github.com/jasonshin/sqlx-ts/edit/main/docs/${docPath}`,
+ `https://github.com/jasonshin/sqlx-ts/edit/main/book/${docPath}`,
45
},
46
blog: false,
47
theme: {
0 commit comments