diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-01-17 23:49:16 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-01-17 23:49:16 -0800 |
| commit | b85bf072787e7cb4315946ca36599a884181801c (patch) | |
| tree | 7cd260dadd14b64b66d3a75c04dc8ae76a70d61c /.vitepress/config.mts | |
| parent | 72f748761b542fc42a4fba5584680811d63a0e63 (diff) | |
add ytid3autotag
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 03141c8..e0882f1 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -24,7 +24,8 @@ export default defineConfig({ text: 'Personal', items: [ {text: 'Fun Tools', link: '/personal/tools.md'}, - {text: 'arisu-ffxiv', link: '/personal/arisu.md'} + {text: 'arisu-ffxiv', link: '/personal/arisu.md'}, + {text: 'ytID3AutoTag', link: '/personal/ytID3AutoTag.md'} ] } |
