diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-20 00:35:30 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-20 00:42:49 -0500 |
| commit | f8a4b4f95148c47011539f8fcc12682844e3fd95 (patch) | |
| tree | da06163be13c80d64b0bf5070b79134d99340bc2 | |
| parent | 84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be (diff) | |
| download | personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.gz personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.bz2 personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.zip | |
Update astro.config.mjs
| -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 |
