mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix docs GitHub Pages base URL (#12370)
This commit is contained in:
parent
e921f9d21e
commit
5641ccd58d
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@ const config: Config = {
|
|||
favicon: "img/favicon.ico",
|
||||
|
||||
// Set the production url of your site here
|
||||
url: "https://roocode.github.io",
|
||||
url: "https://roocodeinc.github.io",
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: "/",
|
||||
baseUrl: "/Roo-Code/",
|
||||
|
||||
// GitHub pages deployment config (if needed)
|
||||
organizationName: "RooCodeInc",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue