Skip to content

Commit c9c59a6

Browse files
committed
chore: remove unused Cloudflare initialization from Next.js configuration
1 parent f2547e0 commit c9c59a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { createMDX } from "fumadocs-mdx/next"
2-
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare"
32

43
const withMDX = createMDX()
5-
initOpenNextCloudflareForDev()
64

75
/** @type {import('next').NextConfig} */
86
const config = {

0 commit comments

Comments
 (0)