Skip to content

Commit 0e8e76d

Browse files
committed
Update project name in docusaurus.config.ts for site deployment
- Changed project name from 'spoon-doc' to 'xspoonai.github.io' to reflect the new repository structure and improve clarity for deployment.
1 parent 423d4d6 commit 0e8e76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config: Config = {
2525
// GitHub pages deployment config.
2626
// If you aren't using GitHub pages, you don't need these.
2727
organizationName: 'XSpoonAi', // Usually your GitHub org/user name.
28-
projectName: 'spoon-doc', // Usually your repo name.
28+
projectName: 'xspoonai.github.io', // Usually your repo name.
2929
// Ensure Docusaurus deploy pushes to the branch that GitHub Pages serves
3030
deploymentBranch: 'main',
3131

0 commit comments

Comments
 (0)