Skip to content

Commit babbcea

Browse files
committed
updates title and code snippet
1 parent e6be7e5 commit babbcea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Remote bindings support in OpenNext
2+
title: OpenNext apps can now access deployed Cloudflare resources locally
33
description: You can now use remote bindings with OpenNext applications, which comes with benefits for pages using ISR.
44
products:
55
- workers
@@ -15,9 +15,10 @@ Now, you can use [remote bindings with your OpenNext applications](https://openn
1515
<TypeScriptExample>
1616

1717
```ts
18-
initOpenNextCloudflareForDev({
19-
experimental: { remoteBindings: true },
20-
});
18+
- initOpenNextCloudflareForDev();
19+
+ initOpenNextCloudflareForDev({
20+
+ experimental: { remoteBindings: true }
21+
+ });
2122
```
2223

2324
</TypeScriptExample>

0 commit comments

Comments
 (0)