diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 35434a8..2658cfe 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,5 +14,5 @@ export default defineConfig({ plugins: [tailwindcss()] }, - adapter: cloudflare() + adapter: cloudflare({}) });
\ No newline at end of file |
