Skip to content

Commit 4f18524

Browse files
authored
Update docusaurus.config.ts
Adjust baseUrl to make it work with custom domain
1 parent 47a8991 commit 4f18524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: 'https://graphicsprogramming.github.io/',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/blog/',
16+
baseUrl: '/',
1717

1818
// GitHub pages deployment config.
1919
organizationName: 'GraphicsProgramming',

0 commit comments

Comments
 (0)