Skip to content

Commit bbd98bb

Browse files
claudlosclaude
andcommitted
Fix VitePress base path for GitHub Pages subdirectory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72dfe54 commit bbd98bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { defineConfig } from 'vitepress'
33
export default defineConfig({
44
title: 'cloding',
55
description: 'Run Claude Code with any OpenRouter model. Same tools, fraction of the cost.',
6+
base: '/cloding/',
67
head: [
7-
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
8+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/cloding/logo.svg' }],
89
['meta', { name: 'theme-color', content: '#10b981' }],
910
['meta', { property: 'og:title', content: 'cloding — Claude Code, any model' }],
1011
['meta', { property: 'og:description', content: 'Run Claude Code with any OpenRouter model. Same tools, fraction of the cost.' }],

0 commit comments

Comments
 (0)