docs: 添加CNAME文件并更新文档基础路径
添加CNAME文件以配置自定义域名cwd.js.org 更新文档基础路径为/CWD以匹配部署需求
This commit is contained in:
@@ -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
1
docs/public/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
cwd.js.org
|
||||
Reference in New Issue
Block a user