fix: remove OpenNext Cloudflare initialization

This commit is contained in:
Maze Winther 2026-03-29 18:35:58 +02:00
parent 5a1d9ef3f4
commit 689853312d
1 changed files with 0 additions and 3 deletions

View File

@ -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: {