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 589d8b4 commit 1556b3bCopy full SHA for 1556b3b
src/app/conf/2023/_data.ts
@@ -11,6 +11,7 @@ async function fetchData<T>(url: string): Promise<T> {
11
"Content-Type": "application/json",
12
"User-Agent": "GraphQL Conf / GraphQL Foundation",
13
},
14
+ cache: "force-cache",
15
})
16
const data = await response.json()
17
return data
src/app/conf/2024/_data.ts
0 commit comments