diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-19 01:41:21 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-19 01:41:21 -0700 |
| commit | cc0d2c02ac9cd0d889e8e96fc5e64ca06e0ba933 (patch) | |
| tree | 413d1e0b90d0a57ed7e710d7aa939768098b85bd /.vitepress | |
| parent | 3e68f4ee6b67d867d83959938b02e3dcf330d330 (diff) | |
initial tools.md commit
Diffstat (limited to '.vitepress')
| -rw-r--r-- | .vitepress/config.mts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 50ee398..5b95f02 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -22,7 +22,7 @@ export default defineConfig({ { text: 'Personal', items: [ - {text: 'Personal Tools', link: '/personal/tools.md'} + {text: 'Fun Tools', link: '/personal/tools.md'} ] } ], |
