From 60d076d059726446ff7a960d8fd63c0f69477207 Mon Sep 17 00:00:00 2001 From: Feng Gao Date: Mon, 1 Dec 2025 00:23:31 +0800 Subject: [PATCH] Update config.mts --- .vitepress/config.mts | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 320edd2..cea8b9a 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -94,29 +94,6 @@ export default defineConfig({ text: "爱特工作室简介", link: "/wiki/about/intro", }, - { - text: "新闻公告", - link: "/wiki/news/recent-news", - }, - { - text: "技术与专业领域", - items: [ - { - text: "技术博客", - link: "/wiki/tech/blog", - collapsed: false, - items: getMarkdownFiles(path.join(BASE_PATH, "wiki/tech/blog")), - }, - { - text: "成员项目", - link: "/wiki/tech/projects", - collapsed: false, - items: getMarkdownFiles( - path.join(BASE_PATH, "wiki/tech/projects") - ), - }, - ], - }, { text: "生活感悟", link: "/wiki/life",