diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 28f2d5d..9b3c2ad 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -25,7 +25,12 @@ export default defineConfig({ }, { text: "Personal Projects", - items: [{ text: "mjfs.us", link: "/mjfs-us" }], + items: [ + { text: "mjfs.us", link: "/mjfs-us" }, + { text: "mjfs.us (Old)", link: "/mjfs-us-react" }, + { text: "lambdarouter", link: "/lambdarouter" }, + { text: "selfpass", link: "/selfpass" }, + ], }, ], diff --git a/components/ContactButtons.vue b/components/ContactButtons.vue index 1b92410..736b359 100644 --- a/components/ContactButtons.vue +++ b/components/ContactButtons.vue @@ -13,7 +13,7 @@ const { text, copy, isSupported } = useClipboard();