Update astro.config.mjs

This commit is contained in:
Andrew Lee 2024-01-20 00:35:30 -05:00
parent 84df8d3ccb
commit f8a4b4f951
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4
3 changed files with 6 additions and 3 deletions

View file

@ -7,5 +7,8 @@ import vercel from "@astrojs/vercel/serverless";
export default defineConfig({
integrations: [icon()],
output: "server",
adapter: vercel()
adapter: vercel({
imageService: true,
devImageService: 'squoosh',
})
});

BIN
bun.lockb

Binary file not shown.