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