From f62485a67d1d08b4f590a9e81e3f89dcd21968a1 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Tue, 20 Jan 2026 21:36:35 +0100 Subject: [PATCH] fix bug --- app/[locale]/blog/[slug]/page.tsx | 4 +++- app/[locale]/layout.tsx | 12 ++++++------ app/[locale]/products/[...slug]/page.tsx | 4 +++- components/analytics/AnalyticsProvider.tsx | 1 + 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/[locale]/blog/[slug]/page.tsx b/app/[locale]/blog/[slug]/page.tsx index e0fb39d7..2b027c03 100644 --- a/app/[locale]/blog/[slug]/page.tsx +++ b/app/[locale]/blog/[slug]/page.tsx @@ -1,4 +1,5 @@ import { notFound } from 'next/navigation'; +import Script from 'next/script'; import { MDXRemote } from 'next-mdx-remote/rsc'; import { getPostBySlug, getAdjacentPosts, getReadingTime, getHeadings } from '@/lib/blog'; import { Metadata } from 'next'; @@ -320,7 +321,8 @@ export default async function BlogPost({ params: { locale, slug } }: BlogPostPro {/* Structured Data */} -