diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | astro.config.mjs | 7 | ||||
| -rwxr-xr-x | bun.lockb | bin | 245041 -> 245041 bytes |
3 files changed, 6 insertions, 3 deletions
@@ -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', + }) +}); Binary files differ |
