From cf85f107245fd40f7b453d30790a8649eb972083 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Sep 2024 22:27:55 +0000 Subject: Update launch configuration and enhance PostSummary component layout --- astro.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 1f6c4c2..9317308 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,7 +6,9 @@ import sitemap from "@astrojs/sitemap"; export default defineConfig({ site: "https://popov.link", output: "hybrid", - adapter: cloudflare(), + adapter: cloudflare({ + imageService: "compile", + }), integrations: [sitemap()], markdown: { remarkPlugins: [remarkReadingTime], -- cgit v1.2.3