feat: remove the vercel pkgs

This commit is contained in:
KazooTTT
2024-10-12 12:55:45 +08:00
parent 46ea4cab96
commit 73fbc53517
2 changed files with 0 additions and 7 deletions

View File

@ -9,8 +9,6 @@ import expressiveCode from 'astro-expressive-code'
import { expressiveCodeOptions } from './src/site.config'
import icon from 'astro-icon'
import vercel from '@astrojs/vercel/serverless'
import react from '@astrojs/react'
// https://astro.build/config
@ -45,7 +43,4 @@ export default defineConfig({
},
prefetch: true,
output: 'server',
adapter: vercel({
webAnalytics: { enabled: true }
})
})