From f8a4b4f95148c47011539f8fcc12682844e3fd95 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 20 Jan 2024 00:35:30 -0500 Subject: Update astro.config.mjs --- README.md | 2 +- astro.config.mjs | 7 +++++-- bun.lockb | Bin 245041 -> 245041 bytes 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f09014..6103bc2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ - # Andrew's Personal Website +# Andrew's Personal Website Website by Andrew Lee diff --git a/astro.config.mjs b/astro.config.mjs index 94c0fa4..896faa4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,5 +7,8 @@ import vercel from "@astrojs/vercel/serverless"; export default defineConfig({ integrations: [icon()], output: "server", - adapter: vercel() -}); \ No newline at end of file + adapter: vercel({ + imageService: true, + devImageService: 'squoosh', + }) +}); diff --git a/bun.lockb b/bun.lockb index d46789e..f9056c6 100755 Binary files a/bun.lockb and b/bun.lockb differ -- cgit v1.2.3