We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ea30e commit 10dd1fdCopy full SHA for 10dd1fd
src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx
@@ -79,7 +79,7 @@ const nextConfig = {};
79
export default nextConfig;
80
```
81
82
-These changes allows you to access [bindings](/pages/framework-guides/nextjs/ssr/bindings/) in local development.
+These changes allow you to access [bindings](/pages/framework-guides/nextjs/ssr/bindings/) in local development.
83
84
### 4. Ensure all server-rendered routes use the Edge Runtime
85
0 commit comments