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 }
})
})

View File

@ -23,11 +23,9 @@
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@giscus/react": "^3.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"astro": "^4.4.15",
"astro-expressive-code": "^0.33.5",
"astro-icon": "^1.1.0",