Skip to content

Commit 8a2c948

Browse files
committed
fix(docx): Fix incorrect base URL
1 parent 484486f commit 8a2c948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config: Config = {
77
tagline: 'Documentation for Fetcharr',
88

99
url: 'https://fetcharr.github.io',
10-
baseUrl: '/',
10+
baseUrl: '/fetcharr',
1111
favicon: 'img/favicon.ico',
1212

1313
organizationName: 'fetcharr',

0 commit comments

Comments
 (0)