feat: add language switcher parallel route

This commit is contained in:
Christel Westerberg
2024-05-27 16:42:13 +02:00
parent dd930688fc
commit a83bdb21fe
11 changed files with 194 additions and 5 deletions

View File

@@ -60,7 +60,6 @@ export default async function CurrentContentPage({
return (
<>
<Header lang={params.lang} />
<ContentPage data={response.data} />
<Tracking pageData={trackingData} />
</>