feat: remove apps page

This commit is contained in:
2026-05-21 16:01:33 -05:00
parent f71b28adf0
commit 34e39aca23
2 changed files with 0 additions and 40 deletions
-1
View File
@@ -13,7 +13,6 @@ export const NavigationLinks: NavigationLink[] = [
{ name: 'Home', url: '/' },
{ name: 'Blog', url: '/blog/' },
{ name: 'Categories', url: '/categories/' },
{ name: 'Apps', url: '/apps/' },
{ name: 'About Me', url: '/about/' },
];