diff options
| -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", |
