From 81d47c62d0fb35f5a569ee10ec116c56998757c7 Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Wed, 18 Dec 2024 14:53:02 +0000 Subject: [PATCH] docs: remove outdated version number from next recipe README --- recipes/next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/next/README.md b/recipes/next/README.md index 69be1c81ea..96c255bc16 100644 --- a/recipes/next/README.md +++ b/recipes/next/README.md @@ -4,7 +4,7 @@ The `next` recipe showcases one of the most powerful ways to implement Puck usin ## Demonstrates -- Next.js 13 App Router implementation +- Next.js App Router implementation - JSON database implementation with HTTP API - Catch-all routes to use puck for any route on the platform - Incremental static regeneration (ISR) for all Puck pages