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 /astro.config.mjs | |
| parent | 84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be (diff) | |
| download | personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.gz personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.bz2 personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.zip | |
Update astro.config.mjs
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 7 |
1 files changed, 5 insertions, 2 deletions
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', + }) +}); |
