From ac0dd8f11f8ea7e6e730f186f58d3a06288bbde4 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 22 Sep 2025 08:10:04 +0000 Subject: [PATCH] Add new navigation links for alternative routes Co-authored-by: belinda.elliott --- docs/.vitepress/config.mts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 70fa908..a512817 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -51,6 +51,9 @@ export default defineConfig({ // }, nav: [ { text: '首页', link: '/' }, + { text: '线路一', link: 'https://z-z-h.xyz' }, + { text: '线路二', link: 'https://zzh.codes' }, + { text: '线路三', link: 'https://zzhdsgsss.xyz' }, { text: '导航页', link: 'http://home.z-z-h.xyz/' }, { text: '主题仓库', link: 'https://github.com/ATQQ/sugar-blog/tree/master/packages/theme' }, { text: '关于作者', link: 'https://github.com/handsomezhuzhu' },