diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-18 01:27:55 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-18 01:27:55 +0300 |
commit | cf85f107245fd40f7b453d30790a8649eb972083 (patch) | |
tree | a7959cec4f2b692da7791f8a014bfdbfc9e531d7 /astro.config.mjs | |
parent | 43f80a7b6ee32f721b5685a206cae78f9f625a12 (diff) | |
download | popov.link-cf85f107245fd40f7b453d30790a8649eb972083.tar.xz popov.link-cf85f107245fd40f7b453d30790a8649eb972083.zip |
Update launch configuration and enhance PostSummary component layout
Diffstat (limited to 'astro.config.mjs')
-rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 3 insertions, 1 deletions
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], |