Skip to content

Commit 81a32d0

Browse files
committed
Change baseUrl to /blog/
1 parent 4ee6a78 commit 81a32d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const config: Config = {
1111
url: 'https://graphicsprogramming.github.io/',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
// This might cause trouble during local development, switch to '/' then
15+
baseUrl: '/blog/',
1516

1617
// GitHub pages deployment config.
1718
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)