Skip to content

Commit

Permalink
docs: add Daniel example for hybrid rendering and Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 2, 2023
1 parent 6cf762f commit 20d59d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/2.guide/1.concepts/3.rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
::

**Examples:**
- [Nuxt + Vercel integration with hybrid rendering](https://github.com/danielroe/nuxt-vercel-isr)

## 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.
Expand Down

0 comments on commit 20d59d1

Please sign in to comment.