There was an error while loading. Please reload this page.
1 parent 4ffd35b commit 21f4652Copy full SHA for 21f4652
2 files changed
web/app/[locale]/(pages)/news/page.tsx
@@ -74,7 +74,10 @@ const getInitialResponse = unstable_cache(
74
})
75
return response
76
},
77
- ['newsroom'],
+ undefined,
78
+ {
79
+ tags: ['newsroom'],
80
+ },
81
)
82
83
export default async function NewsroomPage({
web/app/[locale]/(pages)/nyheter/page.tsx
@@ -40,7 +40,10 @@ const getInitialResponse = unstable_cache(
40
41
42
43
44
45
46
47
48
49
export async function generateMetadata({
0 commit comments