diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 7a0f3bc34..a1bb9da85 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -38,6 +38,10 @@ const mdxComponents = (references: any[]) => ({ AnimatedCounter, InteractiveGermanyMap, ScaleOfImpact, + img: (props: any) => { + // We proxy it through Next.js image optimizer + return ; + } }); export async function generateMetadata(props: any): Promise {