Add more projects and fixup existing ones

This commit is contained in:
mitchell 2024-06-21 18:24:54 -04:00
parent ee0b48af25
commit e0a2e3df9d
12 changed files with 116 additions and 20 deletions

View file

@ -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" },
],
},
],