mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: remove the vercel pkgs
This commit is contained in:
@ -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 }
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user