Skip to content

Commit

Permalink
Fix typo - Update supported.md (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
branlok authored Jul 18, 2024
1 parent 944f7e7 commit f2e7bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-on-pages/docs/supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Incremental Static Regeneration (ISR) is a rendering mode in Next.js that allows

ISR pages are built by the Vercel CLI to generate Vercel [Prerender Functions](https://vercel.com/docs/build-output-api/v3/primitives#prerender-functions). These are Node.js serverless functions that can be called in the background while serving the page from the cache. It is not possible to use these with Cloudflare Pages and they are not compatible with the [edge runtime](https://nextjs.org/docs/app/api-reference/edge) currently.

In case the Vercel build process generates predendered pages for your application, `@cloudflare/next-on-pages` will use static fallback files that are generated by the build process so that your application will still correctly serve your ISR/prerendered pages (but without the regeneration aspect).
In case the Vercel build process generates prerendered pages for your application, `@cloudflare/next-on-pages` will use static fallback files that are generated by the build process so that your application will still correctly serve your ISR/prerendered pages (but without the regeneration aspect).

#### Dynamic handling of static routes

Expand Down

0 comments on commit f2e7bc0

Please sign in to comment.