Skip to content

Commit

Permalink
Merge pull request #4 from TremblingV5/init_doc_site
Browse files Browse the repository at this point in the history
fix for docusaurus.config.ts
  • Loading branch information
xujiajun committed Dec 27, 2023
2 parents f0587bd + 60468f6 commit 74ad590
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 @@ -11,7 +11,7 @@ const config: Config = {
url: 'https://nutsdb.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/nutsdb/',
baseUrl: '/nutsdb-docs/',

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

0 comments on commit 74ad590

Please sign in to comment.