docs: add Daniel example for hybrid rendering and Vercel

This commit is contained in:
Sébastien Chopin 2023-07-02 10:38:40 +02:00 committed by GitHub
parent 6cf762f169
commit 20d59d1cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,9 @@ Whenever possible, route rules will be automatically applied to the deployment p
Note that Hybrid Rendering is not available when using `nuxt generate`. Note that Hybrid Rendering is not available when using `nuxt generate`.
:: ::
**Examples:**
- [Nuxt + Vercel integration with hybrid rendering](https://github.com/danielroe/nuxt-vercel-isr)
## Edge-Side Rendering ## Edge-Side Rendering
Edge-Side Rendering (ESR) is a powerful feature introduced in Nuxt 3 that allows the rendering of your Nuxt application closer to your users via edge servers of a Content Delivery Network (CDN). By leveraging ESR, you can ensure improved performance and reduced latency, thereby providing an enhanced user experience. Edge-Side Rendering (ESR) is a powerful feature introduced in Nuxt 3 that allows the rendering of your Nuxt application closer to your users via edge servers of a Content Delivery Network (CDN). By leveraging ESR, you can ensure improved performance and reduced latency, thereby providing an enhanced user experience.