Remove cloudflare adapter

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-10 20:46:19 +08:00
parent 2957c334e6
commit 2635db7975
6 changed files with 2 additions and 448 deletions

View File

@@ -3,8 +3,6 @@ import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import mdx from '@astrojs/mdx';
import cloudflare from '@astrojs/cloudflare';
// https://astro.build/config
export default defineConfig({
integrations: [
@@ -37,6 +35,4 @@ export default defineConfig({
}),
mdx(),
],
adapter: cloudflare(),
});