diff --git a/src/content/docs/pages/framework-guides/nextjs/index.mdx b/src/content/docs/pages/framework-guides/nextjs/index.mdx index c07ab8f27bb67ad..cd0379a67aef44a 100644 --- a/src/content/docs/pages/framework-guides/nextjs/index.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/index.mdx @@ -10,3 +10,5 @@ description: React framework for building full-stack web applications. If you want to deploy a full stack Server Side Rendered Next.js application please refer to the [Next.js Workers guide](/workers/framework-guides/web-apps/nextjs). To instead deploy a static Next.js site using Pages see the [static Next.js Pages guide](/pages/framework-guides/nextjs/deploy-a-static-nextjs-site). + +If you want to integrate with Cloudflare Images, see the [Images integration guide](/images/transform-images/integrate-with-frameworks/#nextjs).