Skip to content

Commit c1ad7db

Browse files
committed
docs: fix baseUrl
1 parent e27d264 commit c1ad7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://jasonshin.github.io/sqlx-ts/',
13+
url: 'https://jasonshin.github.io/',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/sqlx-ts/',

0 commit comments

Comments
 (0)