Skip to content

Commit 7dac345

Browse files
authored
Merge pull request #174 from spicecodecli/docusaurus-baseurl-fix
fix base url
2 parents 3751930 + c9c4af5 commit 7dac345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
url: 'https://spicecodecli.github.io', // Assuming deployment to GitHub Pages
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: '/spicecode-docs/', // Base URL for GitHub pages deployment
21+
baseUrl: '/spicecode/', // Base URL for GitHub pages deployment
2222

2323
// GitHub pages deployment config.
2424
organizationName: 'spicecodecli', // Your GitHub org/user name.

0 commit comments

Comments
 (0)