Merged in fix/cache-graphql-data (pull request #2248)

fix: add missing cache for cms data

* fix: cache cms data


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-05-28 08:28:21 +00:00
committed by Linus Flood
parent 1d733c5ca3
commit 26b005d72a
4 changed files with 24 additions and 11 deletions
+3
View File
@@ -81,6 +81,9 @@ export async function request<T>(
const response = await client.request<T>({
document: query,
variables,
requestHeaders: {
"User-Agent": `scandic-web-${env.SENTRY_ENVIRONMENT}`,
},
})
try {