We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2f2df commit 4693997Copy full SHA for 4693997
starters/basic-starter/app/[...slug]/page.tsx
@@ -37,7 +37,7 @@ async function getNode(slug: string[]) {
37
next: {
38
revalidate: 3600,
39
// Replace `revalidate` with `tags` if using tag based revalidation.
40
- // tags: [`${type}:${translatedPath.entity.id}`],
+ // tags: [`${translatedPath.entity.type}:${translatedPath.entity.id}`],
41
},
42
})
43
0 commit comments