aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-01 13:50:42 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-01 13:52:16 -0500
commitaefcde2c3933bb50424e05faaaae193724a285da (patch)
treeb9f37dc4cb242f41b9bb036ecf57fadda671922f /astro.config.mjs
parent96beb87b16de6c02660fb7a02515be43db0f16d7 (diff)
downloadpersonal-website-aefcde2c3933bb50424e05faaaae193724a285da.tar.gz
personal-website-aefcde2c3933bb50424e05faaaae193724a285da.tar.bz2
personal-website-aefcde2c3933bb50424e05faaaae193724a285da.zip
Now using Plausible analytics; Replaced Twitter with Bluesky
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs6
1 files changed, 0 insertions, 6 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index fd2a541..d2ade25 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,6 +1,5 @@
import { defineConfig, passthroughImageService } from 'astro/config';
import icon from "astro-icon";
-import vercel from "@astrojs/vercel/serverless";
import preact from "@astrojs/preact";
import svelte from "@astrojs/svelte";
@@ -11,11 +10,6 @@ export default defineConfig({
compat: true
}), svelte()],
output: "server",
- adapter: vercel({
- webAnalytics: {
- enabled: true
- }
- }),
image: {
service: passthroughImageService()
},