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 { expressiveCodeOptions } from './src/site.config'
|
||||||
import icon from 'astro-icon'
|
import icon from 'astro-icon'
|
||||||
|
|
||||||
import vercel from '@astrojs/vercel/serverless'
|
|
||||||
|
|
||||||
import react from '@astrojs/react'
|
import react from '@astrojs/react'
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
@ -45,7 +43,4 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
output: 'server',
|
output: 'server',
|
||||||
adapter: vercel({
|
|
||||||
webAnalytics: { enabled: true }
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
@ -23,11 +23,9 @@
|
|||||||
"@astrojs/rss": "^4.0.5",
|
"@astrojs/rss": "^4.0.5",
|
||||||
"@astrojs/sitemap": "^3.1.1",
|
"@astrojs/sitemap": "^3.1.1",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@astrojs/vercel": "^7.3.6",
|
|
||||||
"@giscus/react": "^3.0.0",
|
"@giscus/react": "^3.0.0",
|
||||||
"@types/react": "^18.3.11",
|
"@types/react": "^18.3.11",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@vercel/analytics": "^1.2.2",
|
|
||||||
"astro": "^4.4.15",
|
"astro": "^4.4.15",
|
||||||
"astro-expressive-code": "^0.33.5",
|
"astro-expressive-code": "^0.33.5",
|
||||||
"astro-icon": "^1.1.0",
|
"astro-icon": "^1.1.0",
|
||||||
|
Reference in New Issue
Block a user