You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/server-side-rendering/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ const nextConfig = {
251
251
};
252
252
```
253
253
254
-
See Next.js documentation on [`serverComponentsExternalPackages`](https://nextjs.org/docs/app/api-reference/next-config-js/serverComponentsExternalPackages) for more details.
254
+
See Next.js documentation on [`serverComponentsExternalPackages`](https://nextjs.org/docs/app/api-reference/config/next-config-js/serverExternalPackages) for more details.
Copy file name to clipboardExpand all lines: src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ const nextConfig = {
253
253
};
254
254
```
255
255
256
-
See Next.js documentation on [`serverComponentsExternalPackages`](https://nextjs.org/docs/app/api-reference/next-config-js/serverComponentsExternalPackages) for more details.
256
+
See Next.js documentation on [`serverComponentsExternalPackages`](https://nextjs.org/docs/app/api-reference/config/next-config-js/serverExternalPackages) for more details.
0 commit comments