Skip to content

Commit 297a6cc

Browse files
author
Merge Resolver
committed
Fix redirect path from /roo to /providers/roo in docusaurus.config.ts
1 parent 6a347fb commit 297a6cc

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
@@ -265,7 +265,7 @@ const config: Config = {
265265
// Redirect /roo to Roo Code Cloud documentation
266266
{
267267
to: '/providers/roo-code-cloud',
268-
from: ['/roo'],
268+
from: ['/providers/roo'],
269269
},
270270
],
271271
},

0 commit comments

Comments
 (0)