From 722dfa3613251383da808a0cf482ec0defaaa994 Mon Sep 17 00:00:00 2001
From: z0x <homelab@home.arpa>
Date: Thu, 24 Apr 2025 21:28:57 -0400
Subject: [PATCH] fix: forgot to fully remove mdx

---
 astro.config.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/astro.config.ts b/astro.config.ts
index 6c5d8bd..575437f 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -1,6 +1,5 @@
 import { defineConfig } from "astro/config";
 
-import mdx from "@astrojs/mdx";
 import react from "@astrojs/react";
 import sitemap from "@astrojs/sitemap";
 import icon from "astro-icon";
@@ -68,7 +67,6 @@ export default defineConfig({
 				uiFontFamily: "var(--font-sans)",
 			},
 		}),
-		mdx(),
 		react(),
 		sitemap(),
 		icon(),