mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
Update astro.config.mjs
This commit is contained in:
parent
84df8d3ccb
commit
f8a4b4f951
3 changed files with 6 additions and 3 deletions
|
@ -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
BIN
bun.lockb
Binary file not shown.
Loading…
Reference in a new issue