diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-01 13:54:00 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-01 13:54:00 -0500 |
| commit | b2ed99705f3521dacb124656a0ca6580573a101b (patch) | |
| tree | df5d82c33e458f75009f1e76fd282a0673217bc5 | |
| parent | aefcde2c3933bb50424e05faaaae193724a285da (diff) | |
| download | personal-website-b2ed99705f3521dacb124656a0ca6580573a101b.tar.gz personal-website-b2ed99705f3521dacb124656a0ca6580573a101b.tar.bz2 personal-website-b2ed99705f3521dacb124656a0ca6580573a101b.zip | |
Readded vercel adapter
| -rw-r--r-- | astro.config.mjs | 6 | ||||
| -rwxr-xr-x | bun.lockb | bin | 303064 -> 320225 bytes | |||
| -rw-r--r-- | package.json | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index d2ade25..5c14eff 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,5 +1,6 @@ import { defineConfig, passthroughImageService } from 'astro/config'; import icon from "astro-icon"; +import vercel from "@astrojs/vercel"; import preact from "@astrojs/preact"; import svelte from "@astrojs/svelte"; @@ -10,6 +11,11 @@ export default defineConfig({ compat: true }), svelte()], output: "server", + adapter: vercel({ + webAnalytics: { + enabled: false + } + }), image: { service: passthroughImageService() }, Binary files differdiff --git a/package.json b/package.json index 02c057a..7a7a13d 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@astrojs/preact": "4.0.1", "@astrojs/rss": "4.0.10", "@astrojs/svelte": "7.0.2", + "@astrojs/vercel": "^8.0.1", "@iconify-json/fa6-brands": "^1.1.19", "@iconify-json/fa6-solid": "^1.1.21", "astro": "5.1.1", |
