Skip to content

Commit c9b8898

Browse files
committed
fix(docs): Correct case-sensitive base URL
1 parent f500a71 commit c9b8898

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: '/fetcharr',
10+
baseUrl: '/Fetcharr',
1111
favicon: 'img/favicon.ico',
1212

1313
organizationName: 'fetcharr',

0 commit comments

Comments
 (0)