diff options
Diffstat (limited to '.vitepress/config.mts')
| -rw-r--r-- | .vitepress/config.mts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 5b95f02..b9b8278 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -16,7 +16,8 @@ export default defineConfig({ items: [ { text: 'Patchwork Archive API', link: '/repos/patchwork-archive-api' }, { text: 'I Miss Someone VT (Legacy)', link: '/repos/i-miss-someone-vt' }, - { text: 'VTuber Captcha', link: '/repos/vtuber-captcha' } + { text: 'VTuber Captcha', link: '/repos/vtuber-captcha' }, + { text: 'JHolodex', link: '/repos/jholodex' }, ] }, { |
