aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro.config.mjs6
-rwxr-xr-xbun.lockbbin303064 -> 320225 bytes
-rw-r--r--package.json1
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()
},
diff --git a/bun.lockb b/bun.lockb
index e31eb90..89f6e4c 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --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",