From 0ea06ce1136317eec5f7efaa2c2088eb39c95690 Mon Sep 17 00:00:00 2001 From: Cenyue Zhang <47886494+GoatGirl98@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:12:23 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=BF=9D=E7=A0=94=E7=BB=8F=E9=AA=8C?= =?UTF-8?q?=E8=B4=B4/=E5=AD=A6=E6=A0=A1=E7=9B=B8=E5=85=B3=20to=20astro.con?= =?UTF-8?q?fig.mjs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 656d42d..4039cf1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -42,6 +42,7 @@ export default defineConfig({ label: '保研经验贴', items: [ { label: '总览', slug: '保研经验贴/总览' }, + { label: '学校相关', slug: '保研经验贴/学校相关' }, { label: '2024年保研总结贴', slug: '保研经验贴/2024年' }, { label: '2023年保研总结贴', slug: '保研经验贴/2023年' }, { label: '2022年保研总结贴', slug: '保研经验贴/2022年' },