aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-20 00:35:30 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-20 00:42:49 -0500
commitf8a4b4f95148c47011539f8fcc12682844e3fd95 (patch)
treeda06163be13c80d64b0bf5070b79134d99340bc2
parent84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be (diff)
downloadpersonal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.gz
personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.tar.bz2
personal-website-f8a4b4f95148c47011539f8fcc12682844e3fd95.zip
Update astro.config.mjs
-rw-r--r--README.md2
-rw-r--r--astro.config.mjs7
-rwxr-xr-xbun.lockbbin245041 -> 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
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ