From 5d74d717e99ea6a439ec5f520394625cd27b64eb Mon Sep 17 00:00:00 2001 From: Hrishikesh Kokate Date: Sun, 30 Mar 2025 23:36:36 +0530 Subject: [PATCH] chore: make docs clearer about Functions vs Edge Functions provisioning Incorporating feedback from: https://answers.netlify.com/t/143237/ --- pages/netlify/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/netlify/index.mdx b/pages/netlify/index.mdx index adde8d5..91c546a 100644 --- a/pages/netlify/index.mdx +++ b/pages/netlify/index.mdx @@ -15,7 +15,7 @@ import { Callout } from "nextra/components"; Netlify's Next.js adapter automatically configures Netlify sites with key functionality, including cache control, on-demand revalidation, and image optimization. -The adapter provisions serverless and edge functions as appropriate to handle your site’s server-side functionality (such as SSR, ISR and PPR pages, API endpoints, Server Actions, Edge Middleware, etc.), ensuring that functionality works out-of-the-box. +The adapter provisions Netlify Functions to handle your site’s server-side functionality (such as SSR, ISR and PPR pages, API endpoints, Server Actions, etc.), and Netlify Edge Functions for Edge Middleware, ensuring that functionality works out-of-the-box. We automatically verify compatibility with the latest stable version of Next.js, using the comprehensive end-to-end tests of the framework itself. To access up-to-date test results, use the badge above.