File tree Expand file tree Collapse file tree 3 files changed +1
-998
lines changed Expand file tree Collapse file tree 3 files changed +1
-998
lines changed Original file line number Diff line number Diff line change 22import { defineConfig } from 'astro/config' ;
33import starlight from '@astrojs/starlight' ;
44import starlightThemeRapide from 'starlight-theme-rapide'
5-
6- import cloudflare from '@astrojs/cloudflare' ;
7-
85import tailwindcss from '@tailwindcss/vite' ;
96import { sidebar } from "./src/content/docs/.sidebar.ts" ;
107import * as fs from "node:fs" ;
@@ -54,10 +51,7 @@ export default defineConfig({
5451 } ) ,
5552
5653 ] ,
57-
58- adapter : cloudflare ( ) ,
5954 vite : {
6055 plugins : [ tailwindcss ( ) ] ,
6156 } ,
62- } )
63- ;
57+ } ) ;
Original file line number Diff line number Diff line change 1010 "astro" : " astro"
1111 },
1212 "dependencies" : {
13- "@astrojs/cloudflare" : " ^12.6.10" ,
1413 "@astrojs/starlight" : " ^0.36.1" ,
1514 "@astrojs/starlight-tailwind" : " ^4.0.1" ,
1615 "@expressive-code/core" : " ^0.41.3" ,
2221 "sharp" : " ^0.34.2" ,
2322 "starlight-theme-rapide" : " ^0.5.2" ,
2423 "tailwindcss" : " ^4.1.16"
25- },
26- "devDependencies" : {
27- "wrangler" : " ^4.45.0"
2824 }
2925}
You can’t perform that action at this time.
0 commit comments