diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:25:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:25:07 -0700 |
| commit | 3e02c262c7147fc6242c0ad061da0b7a7078c110 (patch) | |
| tree | 9036047b318df0e9c9c15421d81f6edfa8c0091a /.vitepress/config.mts | |
| parent | c95c0a56cd994ff09c3aee767949a88752642409 (diff) | |
remove example md files
Diffstat (limited to '.vitepress/config.mts')
| -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' } ] } ], |
