summaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-07-18 14:34:41 +0200
committerYuval Adam <_@yuv.al>2025-07-18 14:34:41 +0200
commitee1a980de69c2e82f06872d8edf023cd1e99feb6 (patch)
tree4b6458dfa8d6b5a8382f1dd40d776c10bfcb8e54 /astro.config.mjs
parentdf55a4eb21e4427a0c79d4e2d324f316203a5c14 (diff)
Add cf adapter
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 0f737ef..de70194 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -5,6 +5,8 @@ import tailwindcss from '@tailwindcss/vite';
import react from '@astrojs/react';
+import cloudflare from '@astrojs/cloudflare';
+
// https://astro.build/config
export default defineConfig({
vite: {
@@ -16,4 +18,6 @@ export default defineConfig({
devToolbar: {
enabled: false,
},
+
+ adapter: cloudflare(),
}); \ No newline at end of file