diff --git a/astro.config.mjs b/astro.config.mjs
index 6d1e104..d40afbe 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -20,10 +20,10 @@ export default defineConfig({
enabled: true
},
- imageService: "cloudflare"
+ imageService: "compile"
}),
vite: {
plugins: [tailwindcss()],
},
-});
\ No newline at end of file
+});
diff --git a/src/components/GridOverlay.astro b/src/components/GridOverlay.astro
index b10bf98..858d5b3 100644
--- a/src/components/GridOverlay.astro
+++ b/src/components/GridOverlay.astro
@@ -1,7 +1,7 @@
---
---
-
+
-
-