fix: remove OpenNext Cloudflare initialization
This commit is contained in:
parent
5a1d9ef3f4
commit
689853312d
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue