Skip to content

Commit

Permalink
add baseurl to config
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparkross committed Feb 23, 2024
1 parent 479518d commit f55938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: Config = {

// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/docs/3.0',

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

0 comments on commit f55938d

Please sign in to comment.