Skip to content

Commit 5a1d3fe

Browse files
committed
add basePath
1 parent 76f6985 commit 5a1d3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/vocs.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { defineConfig } from 'vocs'
22

33
export default defineConfig({
44
title: 'MCP-Go',
5-
baseUrl: 'https://mark3labs.github.io/mcp-go/',
5+
baseUrl: 'https://mark3labs.github.io',
6+
basePath: '/mcp-go',
67
logoUrl: '/logo.png',
78
description: 'A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.',
89
sidebar: [

0 commit comments

Comments
 (0)