Skip to content

Commit 4693997

Browse files
committed
fix: update example tag in slug route to match Drupal format
1 parent fc2f2df commit 4693997

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function getNode(slug: string[]) {
3737
next: {
3838
revalidate: 3600,
3939
// Replace `revalidate` with `tags` if using tag based revalidation.
40-
// tags: [`${type}:${translatedPath.entity.id}`],
40+
// tags: [`${translatedPath.entity.type}:${translatedPath.entity.id}`],
4141
},
4242
})
4343

0 commit comments

Comments
 (0)