Update config.mts

This commit is contained in:
Feng Gao
2025-12-01 00:23:31 +08:00
committed by GitHub
parent 7f775222d3
commit 60d076d059
-23
View File
@@ -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",