aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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