Update astro.config.mjs

This commit is contained in:
Holden
2026-06-27 11:23:55 -05:00
parent 2d8ccc863d
commit 1a44042784

View File

@@ -5,6 +5,7 @@ import cloudflare from '@astrojs/cloudflare';
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
output: 'server',
adapter: cloudflare({ adapter: cloudflare({
imageService: { build: 'compile', runtime: 'passthrough' } imageService: { build: 'compile', runtime: 'passthrough' }
}), }),