From 8261d7a5a5f31d10a862ddfd454fcf739f6d5c8d Mon Sep 17 00:00:00 2001 From: Suyi Date: Wed, 21 Feb 2024 05:57:51 +0000 Subject: [PATCH] chore(site): add link of artus.js --- site/config/config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/config/config.ts b/site/config/config.ts index 13a411b0a8..616c5ec034 100644 --- a/site/config/config.ts +++ b/site/config/config.ts @@ -69,7 +69,7 @@ export default defineConfig({ { name: 'Organization', url: 'https://github.com/eggjs', - }, + }, ], }, { @@ -87,7 +87,8 @@ export default defineConfig({ { title: 'Community', list: [ - { name: 'CNode 社区', url: 'https://cnodejs.org/' }, + { name: 'Artus.js 官网', url: 'https://artusjs.org' }, + { name: 'CNode 社区', url: 'https://cnodejs.org/' }, { name: 'Node.js 专栏', url: 'https://www.yuque.com/egg/nodejs' }, { name: '提交反馈',