We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0584b94 commit 315ef09Copy full SHA for 315ef09
docs/.vitepress/config.mts
@@ -12,9 +12,10 @@ const allMarkdownTransformers: MarkdownOptions = {
12
export default defineConfig({
13
title: 'MCP OAuth Gateway',
14
description: 'OAuth 2.1 authorization server for Model Context Protocol (MCP) services',
15
+ base: '/mcp-oauth-gateway/',
16
17
head: [
- ['link', { rel: 'icon', href: '/favicon.ico' }],
18
+ ['link', { rel: 'icon', href: '/mcp-oauth-gateway/favicon.ico' }],
19
['meta', { name: 'theme-color', content: '#3eaf7c' }],
20
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
21
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]
0 commit comments