From 34e39aca23070f12cdd00a6774234e590f293156 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 21 May 2026 16:01:33 -0500 Subject: [PATCH] feat: remove apps page --- src/config.ts | 1 - src/pages/apps.astro | 39 --------------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 src/pages/apps.astro diff --git a/src/config.ts b/src/config.ts index 9324779..333cade 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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/' }, ]; diff --git a/src/pages/apps.astro b/src/pages/apps.astro deleted file mode 100644 index e3e66b8..0000000 --- a/src/pages/apps.astro +++ /dev/null @@ -1,39 +0,0 @@ ---- -import { readSingleton } from '@directus/sdk'; - -import HeroSection from '@components/sections/HeroSection.astro'; -import ApplicationSection from '@components/sections/ApplicationSection.astro'; -import BaseLayout from '@layouts/BaseLayout.astro'; -import directus from '@lib/directus'; - -const global = await directus.request(readSingleton('site_global')); ---- - - - - - - - -