From 3af6d360d626e473a370c7b3fbde4cd733699e7b Mon Sep 17 00:00:00 2001
From: Jannes Luecht <jannes.luecht@droniq.de>
Date: Thu, 5 Dec 2024 14:44:53 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20dynamic=20content?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 astro.config.mjs               | 2 +-
 src/pages/news/[...slug].astro | 2 --
 src/pages/news/index.astro     | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 src/pages/news/[...slug].astro
 delete mode 100644 src/pages/news/index.astro

diff --git a/astro.config.mjs b/astro.config.mjs
index a55029d..cfa9d2d 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -9,6 +9,6 @@ import tailwind from '@astrojs/tailwind';
 // https://astro.build/config
 export default defineConfig({
     site: 'https://example.com',
-    output: 'hybrid',
+    output: 'static',
     integrations: [mdx(), sitemap(), tailwind()],
 });
\ No newline at end of file
diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro
deleted file mode 100644
index a845151..0000000
--- a/src/pages/news/[...slug].astro
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/src/pages/news/index.astro b/src/pages/news/index.astro
deleted file mode 100644
index a49ba48..0000000
--- a/src/pages/news/index.astro
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
\ No newline at end of file
-- 
GitLab