From 20d59d1cf164159611a74940a887388d285dfc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 2 Jul 2023 10:38:40 +0200 Subject: [PATCH] docs: add Daniel example for hybrid rendering and Vercel --- docs/2.guide/1.concepts/3.rendering.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/2.guide/1.concepts/3.rendering.md b/docs/2.guide/1.concepts/3.rendering.md index 3453f3a805..0aa49ec45a 100644 --- a/docs/2.guide/1.concepts/3.rendering.md +++ b/docs/2.guide/1.concepts/3.rendering.md @@ -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.