Update config.mts

This commit is contained in:
Feng Gao
2024-12-06 21:48:04 +08:00
committed by GitHub
parent 331634fe7a
commit 1b7853fd2a
+3 -8
View File
@@ -74,15 +74,10 @@ export default defineConfig({
// Navigation
nav: [
{ text: "Home", link: "/" },
{ text: "主页", link: "/" },
{ text: "Wiki", link: "/wiki/about/intro" },
{
text: "相关链接",
items: [
{ text: "官方网站", link: "https://www.itstudio.club/" },
{ text: "GitHub", link: "https://github.com/ITStudioOUC" },
],
},
{ text: "爱特展示网", link: "https://www.itstudio.club/"},
{ text: "Github", link: "https://github.com/ITStudioOUC"},
],
sidebar: {