Skip to content

Commit 4831d14

Browse files
Update src/content/changelog/workers/2025-06-25-getPlatformProxy-support-remote-bindings.mdx
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent beff0d6 commit 4831d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-25-getPlatformProxy-support-remote-bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We [recently announced](https://github.com/cloudflare/workers-sdk/discussions/96
1212

1313
Now, you can use remote bindings with your Next.js applications through the [`@opennextjs/cloudflare` adaptor](https://opennext.js.org/cloudflare/bindings#remote-bindings) by enabling the experimental feature in your `next.config.ts`:
1414

15-
```ts
15+
```diff
1616
- initOpenNextCloudflareForDev();
1717
+ initOpenNextCloudflareForDev({
1818
+ experimental: { remoteBindings: true }

0 commit comments

Comments
 (0)