From 39c55d1b7b2e4d0b1a3f8e02da1b31339003ae65 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 10 Oct 2024 16:03:45 +0800 Subject: [PATCH] fix --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index a886a18..1528119 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -25,7 +25,7 @@ export default defineConfig({ { text: "基础知识", link: "/basic/book/" }, { text: "数据分析", link: "/data-analysis/index.md" }, { text: "网络爬虫", link: "/crawler/index.md" }, - { text: "计算机速成课", link: "/crash-course/00/index.md" }, + { text: "计算机速成课", link: "/crash-course/00/" }, ], sidebar: { "/basic": [