Skip to content

Commit

Permalink
fix: update example tag in slug route to match Drupal format
Browse files Browse the repository at this point in the history
  • Loading branch information
backlineint committed Nov 7, 2024
1 parent fc2f2df commit 4693997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/basic-starter/app/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function getNode(slug: string[]) {
next: {
revalidate: 3600,
// Replace `revalidate` with `tags` if using tag based revalidation.
// tags: [`${type}:${translatedPath.entity.id}`],
// tags: [`${translatedPath.entity.type}:${translatedPath.entity.id}`],
},
})

Expand Down

0 comments on commit 4693997

Please sign in to comment.