From 0330facf018c517980b836d636e7d32b841e51b8 Mon Sep 17 00:00:00 2001 From: Simon Bjerre Date: Fri, 26 Jul 2024 23:16:18 +0200 Subject: [PATCH] nuke vercel --- .gitignore | 3 +-- astro.config.mjs | 8 +------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 018084e..b2d59d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /node_modules -/dist -/.vercel \ No newline at end of file +/dist \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index e2075e5..0e4377d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,17 +1,11 @@ import { defineConfig } from 'astro/config'; import tailwind from "@astrojs/tailwind"; import react from "@astrojs/react"; -import vercel from '@astrojs/vercel/serverless'; + // https://astro.build/config export default defineConfig({ integrations: [tailwind(), react()], site: 'https://cphlive.vatsim-scandinavia.org/', output: 'server', - adapter: vercel({ - webAnalytics: { - enabled: true, - }, - maxDuration: 8, - }), }); \ No newline at end of file