diff options
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 |
