Skip to content

Commit 315ef09

Browse files
committed
docs: fix base path and deploy
1 parent 0584b94 commit 315ef09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ const allMarkdownTransformers: MarkdownOptions = {
1212
export default defineConfig({
1313
title: 'MCP OAuth Gateway',
1414
description: 'OAuth 2.1 authorization server for Model Context Protocol (MCP) services',
15+
base: '/mcp-oauth-gateway/',
1516

1617
head: [
17-
['link', { rel: 'icon', href: '/favicon.ico' }],
18+
['link', { rel: 'icon', href: '/mcp-oauth-gateway/favicon.ico' }],
1819
['meta', { name: 'theme-color', content: '#3eaf7c' }],
1920
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
2021
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]

0 commit comments

Comments
 (0)