From b85bf072787e7cb4315946ca36599a884181801c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 17 Jan 2025 23:49:16 -0800 Subject: add ytid3autotag --- .vitepress/config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vitepress') 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'} ] } -- cgit v1.2.3