Skip to content

Commit 423d4d6

Browse files
committed
Update production URL in docusaurus.config.ts for site deployment
- Changed production URL from 'https://xspoonai.github.io/spoon-doc/' to 'https://xspoonai.github.io' to simplify site access.
1 parent 5a42cf8 commit 423d4d6

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
@@ -15,7 +15,7 @@ const config: Config = {
1515
},
1616

1717
// Set the production url of your site here
18-
url: 'https://xspoonai.github.io/spoon-doc/',
18+
url: 'https://xspoonai.github.io',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
baseUrl: '/',

0 commit comments

Comments
 (0)