mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-20 13:53:32 +08:00
fix: set VitePress base to / for custom domain
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7b8a7ead9f
commit
e9b72e0980
@ -112,7 +112,7 @@ export default defineConfig({
|
|||||||
title: 'Claude Code Haha',
|
title: 'Claude Code Haha',
|
||||||
description: '基于 Claude Code 泄露源码修复的本地可运行版本,支持接入任意 Anthropic 兼容 API',
|
description: '基于 Claude Code 泄露源码修复的本地可运行版本,支持接入任意 Anthropic 兼容 API',
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
base: '/cc-haha/',
|
base: '/',
|
||||||
|
|
||||||
head: [
|
head: [
|
||||||
// Google Analytics - 获取 GA ID 后取消注释
|
// Google Analytics - 获取 GA ID 后取消注释
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user