diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx index dd06079036f202a..dc5376c3dbbec1e 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx @@ -11,7 +11,7 @@ Learn more about troubleshooting issues with your Full-stack (SSR) Next.js apps ## Edge runtime -You must configure all server-side routes in your Next.js project as [Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes) routes, by adding the following to each route:: +You must configure all server-side routes in your Next.js project as [Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes) routes, by adding the following to each route: ```js export const runtime = "edge"; diff --git a/src/content/docs/pages/functions/bindings.mdx b/src/content/docs/pages/functions/bindings.mdx index 1163789ba7f1502..df5f95d32f74206 100644 --- a/src/content/docs/pages/functions/bindings.mdx +++ b/src/content/docs/pages/functions/bindings.mdx @@ -567,7 +567,7 @@ To configure a queue producer binding via the Cloudflare dashboard: 6. Under **Queue**, select your desired queue. 7. Redeploy your project for the binding to take effect. -Below is an example of how to use a queue producer binding in your Function. In this example, the binding is named `MY_QUEUE` and you can access the binding in your Function code on `context.env`:: +Below is an example of how to use a queue producer binding in your Function. In this example, the binding is named `MY_QUEUE` and you can access the binding in your Function code on `context.env`: