Fix docs GitHub Pages base URL (#12370)

This commit is contained in:
Matt Rubens 2026-05-15 13:05:47 -04:00 committed by GitHub
parent e921f9d21e
commit 5641ccd58d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",