Skip to content

Commit 5eb8515

Browse files
authored
chore: make docs clearer about Netlify Functions vs Edge Functions provisioning (#115)
1 parent a26449d commit 5eb8515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/netlify/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Callout } from "nextra/components";
1515

1616
Netlify's Next.js adapter automatically configures Netlify sites with key functionality, including cache control, on-demand revalidation, and image optimization.
1717

18-
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.
18+
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.
1919

2020
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.
2121

0 commit comments

Comments
 (0)