Skip to content

Commit 08b8d0e

Browse files
committed
Remove Cloudflare dependencies
1 parent 8d4821a commit 08b8d0e

File tree

3 files changed

+1
-998
lines changed

3 files changed

+1
-998
lines changed

astro.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import {defineConfig} from 'astro/config';
33
import starlight from '@astrojs/starlight';
44
import starlightThemeRapide from 'starlight-theme-rapide'
5-
6-
import cloudflare from '@astrojs/cloudflare';
7-
85
import tailwindcss from '@tailwindcss/vite';
96
import {sidebar} from "./src/content/docs/.sidebar.ts";
107
import * 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+
});

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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",
@@ -22,8 +21,5 @@
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
}

0 commit comments

Comments
 (0)