docs(config): 移除文档基础路径配置

不再需要特定的基础路径配置,简化部署配置
This commit is contained in:
anghunk
2026-01-21 14:40:31 +08:00
parent 5c6e321712
commit c1a436e220
2 changed files with 0 additions and 54 deletions

View File

@@ -6,7 +6,6 @@ export default defineConfig({
title: 'CWD 评论系统文档',
description: '基于 Cloudflare Workers 的轻量级评论系统',
lang: 'zh-CN',
base: '/cwd/',
head: [
[
'link',