From fc2f2dfc5020866ff214580e8a6d19ec51fad5b2 Mon Sep 17 00:00:00 2001 From: Brian Perry Date: Thu, 7 Nov 2024 10:36:00 -0600 Subject: [PATCH] Update page.tsx Add comment --- starters/basic-starter/app/[...slug]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/starters/basic-starter/app/[...slug]/page.tsx b/starters/basic-starter/app/[...slug]/page.tsx index 512650e5..219250fa 100644 --- a/starters/basic-starter/app/[...slug]/page.tsx +++ b/starters/basic-starter/app/[...slug]/page.tsx @@ -36,6 +36,7 @@ async function getNode(slug: string[]) { params, next: { revalidate: 3600, + // Replace `revalidate` with `tags` if using tag based revalidation. // tags: [`${type}:${translatedPath.entity.id}`], }, })