From aefcde2c3933bb50424e05faaaae193724a285da Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 1 Jan 2025 13:50:42 -0500 Subject: Now using Plausible analytics; Replaced Twitter with Bluesky --- astro.config.mjs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'astro.config.mjs') 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() }, -- cgit v1.2.3