From 4c5be8cf8d942743398581b46ac2c76d0ff273d8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 09:12:44 +0200 Subject: Initial migration --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.mjs') 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 -- cgit v1.3.1