diff --git a/app/[locale]/[[...slug]]/pages/home-page.tsx b/app/[locale]/[[...slug]]/pages/home-page.tsx index cfc3f27e9..4fb8b4398 100644 --- a/app/[locale]/[[...slug]]/pages/home-page.tsx +++ b/app/[locale]/[[...slug]]/pages/home-page.tsx @@ -5,6 +5,7 @@ import { notFound } from 'next/navigation'; interface HomePageParams { query: string; queryParams: { + slug: string; locale: string; }; }