File tree Expand file tree Collapse file tree 3 files changed +299
-32
lines changed Expand file tree Collapse file tree 3 files changed +299
-32
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import tailwind from '@astrojs/tailwind';
3
3
import react from '@astrojs/react' ;
4
4
import prefetch from '@astrojs/prefetch' ;
5
5
6
- import cloudflare from '@astrojs/cloudflare ' ;
6
+ import vercel from '@astrojs/vercel/serverless ' ;
7
7
8
8
// https://astro.build/config
9
9
export default defineConfig ( {
@@ -13,5 +13,5 @@ export default defineConfig({
13
13
hybridOutput : true ,
14
14
assets : true ,
15
15
} ,
16
- adapter : cloudflare ( ) ,
16
+ adapter : vercel ( ) ,
17
17
} ) ;
Original file line number Diff line number Diff line change 10
10
"astro" : " astro"
11
11
},
12
12
"dependencies" : {
13
- "@astrojs/cloudflare" : " ^6.3.0" ,
14
13
"@astrojs/prefetch" : " 0.2.1" ,
15
14
"@astrojs/react" : " ^2.1.3" ,
16
15
"@astrojs/tailwind" : " ^3.1.2" ,
16
+ "@astrojs/vercel" : " ^3.4.0" ,
17
17
"@types/react" : " ^18.0.21" ,
18
18
"@types/react-dom" : " ^18.0.6" ,
19
19
"astro" : " ^2.5.1" ,
You can’t perform that action at this time.
0 commit comments