diff --git a/README.md b/README.md index a840650..ed15de0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > > 基本功能已完成,后续会不断完善。 - + # CWD (Cloudflare Workers Discuss) diff --git a/cwd-admin/index.html b/cwd-admin/index.html index 7b35687..439272d 100644 --- a/cwd-admin/index.html +++ b/cwd-admin/index.html @@ -4,7 +4,7 @@ - CWD 评论后台 diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a7c9c14..6ae64f2 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -11,7 +11,7 @@ export default defineConfig({ 'link', { rel: 'icon', - href: 'https://github.com/anghunk/cwd/blob/main/icon.png?raw=true', + href: 'https://cwd.js.org/icon.png', }, ], ], diff --git a/docs/index.md b/docs/index.md index d956183..7e1d16d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ hero: name: CWD 评论系统 tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。 image: - src: https://github.com/anghunk/cwd/blob/main/icon.png?raw=true + src: https://cwd.js.org/icon.png alt: 文档封面 actions: - theme: brand diff --git a/icon.png b/docs/public/icon.png similarity index 100% rename from icon.png rename to docs/public/icon.png