Skip to content

Commit 4f68902

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 33febe4 commit 4f68902

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/pages/framework-guides/nextjs/ssr

1 file changed

+1
-1
lines changed

src/content/docs/pages/framework-guides/nextjs/ssr/bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface CloudflareEnv {
5959

6060
## Other Cloudflare APIs (`cf`, `ctx`)
6161

62-
Access context about the incoming request from the [`cf` object](/workers/runtime-apis/request/#incomingrequestcfproperties), as well as [lifecycle methods from the `ctx` object](/workers/runtime-apis/handlers/fetch/#lifecycle-methods) from the return value of [`getRequestContext()`](https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/src/api/getRequestContext.ts):
62+
Access context about the incoming request from the [`cf` object](/workers/runtime-apis/request/#incomingrequestcfproperties), as well as [lifecycle methods from the `ctx` object](/workers/runtime-apis/handlers/fetch/) from the return value of [`getRequestContext()`](https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/src/api/getRequestContext.ts):
6363

6464
```js
6565
import { getRequestContext } from "@cloudflare/next-on-pages";

0 commit comments

Comments
 (0)