Update astro.config.mjs
This commit is contained in:
@@ -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' }
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user