From cb4900df47011a85fd04f9dfc7f90e2f01d88b35 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 10 Jul 2025 13:12:07 +0200 Subject: Add on demand rendering --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index e762ba5..8293fb2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,5 +1,9 @@ // @ts-check import { defineConfig } from 'astro/config'; +import cloudflare from '@astrojs/cloudflare'; + // https://astro.build/config -export default defineConfig({}); +export default defineConfig({ + adapter: cloudflare() +}); \ No newline at end of file -- cgit v1.3.1