mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 02:41:47 -05:00
Update astro.config.mjs
This commit is contained in:
parent
84df8d3ccb
commit
f8a4b4f951
3 changed files with 6 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
# Andrew's Personal Website
|
||||
# Andrew's Personal Website
|
||||
Website by Andrew Lee
|
||||
|
|
|
@ -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