Skip to content

Commit 25337b5

Browse files
committed
✏️ Fix the base URL setting bug.
1 parent 270abff commit 25337b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_with_docusarus/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: Config = {
1212
// Set the production url of your site here
1313
url: 'https://chisanan232.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
15-
baseUrl: '/uv-template/',
15+
baseUrl: '/Template-Python-UV-Project/',
1616
projectName: 'chisanan232.github.io',
1717
organizationName: 'Chisanan232',
1818
trailingSlash: false,

0 commit comments

Comments
 (0)