diff --git a/app/[locale]/[...slug]/page.tsx b/app/[locale]/[...slug]/page.tsx index de718516e..5f6c1e317 100644 --- a/app/[locale]/[...slug]/page.tsx +++ b/app/[locale]/[...slug]/page.tsx @@ -17,8 +17,6 @@ export async function generateMetadata({ }): Promise { const { slug, locale } = params; - console.log(slug, locale); - const { query = '', queryParams } = getQueryFromSlug(slug, locale); const page = await clientFetch(query, queryParams); diff --git a/components/layout/footer/footer.tsx b/components/layout/footer/footer.tsx index e4722895a..f4bad6c00 100644 --- a/components/layout/footer/footer.tsx +++ b/components/layout/footer/footer.tsx @@ -40,7 +40,7 @@ export default async function Footer({ locale }: FooterProps) { {link._type == 'linkInternal' ? ( {link.title} diff --git a/components/modules/blurb-section/blurb-section.tsx b/components/modules/blurb-section/blurb-section.tsx index 5072b3344..aca45ce3f 100644 --- a/components/modules/blurb-section/blurb-section.tsx +++ b/components/modules/blurb-section/blurb-section.tsx @@ -22,7 +22,7 @@ const BlurbSection = ({ : desktopLayout === '3-column' ? 'lg:grid-cols-3' : 'lg:grid-cols-4'; - console.log(imageFormat); + return (
{title ? ( diff --git a/components/ui/product-card/product-card.tsx b/components/ui/product-card/product-card.tsx index 83d304dbe..07639ec4e 100644 --- a/components/ui/product-card/product-card.tsx +++ b/components/ui/product-card/product-card.tsx @@ -15,7 +15,6 @@ interface Props { const ProductCard: FC = ({ product, className, variant = 'default' }) => { const rootClassName = cn('w-full group relative overflow-hidden', className); - console.log(product); return ( { slug: `/${slugArray.join("/")}`, locale: locale }; - - console.log("Query Params:", queryParams) + console.log(slugStart) if (slugStart === `produkt` || slugStart === `product`) { docType = `product`