Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 5641ccd

Browse files
authored
Fix docs GitHub Pages base URL (#12370)
1 parent e921f9d commit 5641ccd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ const config: Config = {
2020
favicon: "img/favicon.ico",
2121

2222
// Set the production url of your site here
23-
url: "https://roocode.github.io",
23+
url: "https://roocodeinc.github.io",
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
26-
baseUrl: "/",
26+
baseUrl: "/Roo-Code/",
2727

2828
// GitHub pages deployment config (if needed)
2929
organizationName: "RooCodeInc",

0 commit comments

Comments
 (0)