We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee6a78 commit 81a32d0Copy full SHA for 81a32d0
docusaurus.config.ts
@@ -11,7 +11,8 @@ const config: Config = {
11
url: 'https://graphicsprogramming.github.io/',
12
// Set the /<baseUrl>/ pathname under which your site is served
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl: '/',
+ // This might cause trouble during local development, switch to '/' then
15
+ baseUrl: '/blog/',
16
17
// GitHub pages deployment config.
18
// If you aren't using GitHub pages, you don't need these.
0 commit comments