docs: 添加CNAME文件并更新文档基础路径

添加CNAME文件以配置自定义域名cwd.js.org
更新文档基础路径为/CWD以匹配部署需求
This commit is contained in:
anghunk
2026-01-21 15:18:24 +08:00
parent fd1579390c
commit bd1a9ab9e9
2 changed files with 2 additions and 1 deletions

View File

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

1
docs/public/CNAME Normal file
View File

@@ -0,0 +1 @@
cwd.js.org