diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index 36ba239b..08db3ead 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -1,9 +1,6 @@ import type { NextConfig } from "next"; import { withBotId } from "botid/next/config"; import { withContentCollections } from "@content-collections/next"; -import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare"; - -initOpenNextCloudflareForDev(); const nextConfig: NextConfig = { turbopack: {