Skip to content

Commit fc2f2df

Browse files
authored
Update page.tsx
Add comment
1 parent 44fca0a commit fc2f2df

File tree

1 file changed

+1
-0
lines changed
  • starters/basic-starter/app/[...slug]

1 file changed

+1
-0
lines changed

starters/basic-starter/app/[...slug]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function getNode(slug: string[]) {
3636
params,
3737
next: {
3838
revalidate: 3600,
39+
// Replace `revalidate` with `tags` if using tag based revalidation.
3940
// tags: [`${type}:${translatedPath.entity.id}`],
4041
},
4142
})

0 commit comments

Comments
 (0)