Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
Add comment
  • Loading branch information
backlineint authored Nov 7, 2024
1 parent 44fca0a commit fc2f2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starters/basic-starter/app/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`],
},
})
Expand Down

0 comments on commit fc2f2df

Please sign in to comment.