diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 09:12:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 09:12:44 +0200 |
| commit | 4c5be8cf8d942743398581b46ac2c76d0ff273d8 (patch) | |
| tree | b182383a63302f24910c5534953d3624cb24f00d /astro.config.mjs | |
| parent | 490214f0a9be03130cf535bc5ae0b8aa3c6c16db (diff) | |
Initial migration
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 |
