diff options
Diffstat (limited to '.vitepress')
| -rw-r--r-- | .vitepress/config.mts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vitepress/config.mts b/.vitepress/config.mts index ef8d676..a737e09 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -14,9 +14,9 @@ export default defineConfig({ { text: 'Projects', items: [ - { text: 'Patchwork Archive API', link: '/docs/patchwork-archive-api' }, - { text: 'I Miss Someone VT', link: '/docs/i-miss-someone-vt' }, - { text: 'VTuber Captcha', link: '/docs/vtuber-captcha' } + { text: 'Patchwork Archive API', link: '/repos/patchwork-archive-api' }, + { text: 'I Miss Someone VT', link: '/repos/i-miss-someone-vt' }, + { text: 'VTuber Captcha', link: '/repos/vtuber-captcha' } ] } ], |
