fix baseUrl (#8347)
This commit is contained in:
@@ -435,7 +435,7 @@ function PageActionsMenu(): ReactNode {
|
||||
<ExternalLink size={16} className="flex-shrink-0" />
|
||||
</button>
|
||||
<a
|
||||
href="/goose/docs/mcp/goose-docs-mcp"
|
||||
href="/docs/mcp/goose-docs-mcp"
|
||||
className="w-full flex items-center justify-between gap-1.5 px-3 py-1.5 text-sm text-white dark:text-black hover:opacity-90 hover:-translate-y-px active:translate-y-px transition-all duration-200 ease-in-out bg-transparent rounded-b-md no-underline"
|
||||
onClick={() => setDropdownOpen(false)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user