feat(WEB-103): create request client to be able to use next caching

This commit is contained in:
Simon Emanuelsson
2024-02-20 19:21:50 +01:00
parent 7417abc814
commit d1d20ce555
5 changed files with 31 additions and 17 deletions

View File

@@ -24,6 +24,9 @@ export default async function CurrentContentPage({
{
locale: params.lang,
url: searchParams.uri,
},
{
tags: [`${searchParams.uri}-${params.lang}`]
}
)