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 864686c commit c41da4fCopy full SHA for c41da4f
starters/basic-starter/app/[...slug]/page.tsx
@@ -35,6 +35,7 @@ async function getNode(slug: string[]) {
35
36
const resource = await drupal.getResource<DrupalNode>(type, uuid, {
37
params,
38
+ cache: "force-cache",
39
next: {
40
revalidate: 3600,
41
// Replace `revalidate` with `tags` if using tag based revalidation.
0 commit comments