diff --git a/frontend/app/[locale]/blog/[slug]/PostDetails.tsx b/frontend/app/[locale]/blog/[slug]/PostDetails.tsx index 80d13ea1..b274d1ec 100644 --- a/frontend/app/[locale]/blog/[slug]/PostDetails.tsx +++ b/frontend/app/[locale]/blog/[slug]/PostDetails.tsx @@ -5,6 +5,7 @@ import { getTranslations } from 'next-intl/server'; import { client } from '@/client'; import { Link } from '@/i18n/routing'; import { formatBlogDate } from '@/lib/blog/date'; +import { DynamicGridBackground } from '@/components/shared/DynamicGridBackground'; export const revalidate = 0; @@ -289,7 +290,8 @@ export default async function PostDetails({ : null; return ( -
+ +
{breadcrumbsJsonLd && (