diff options
| author | Yuval Adam <_@yuv.al> | 2025-07-18 14:34:41 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-07-18 14:34:41 +0200 |
| commit | ee1a980de69c2e82f06872d8edf023cd1e99feb6 (patch) | |
| tree | 4b6458dfa8d6b5a8382f1dd40d776c10bfcb8e54 /astro.config.mjs | |
| parent | df55a4eb21e4427a0c79d4e2d324f316203a5c14 (diff) | |
Add cf adapter
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
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 |
