og
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 1m47s

This commit is contained in:
2026-01-31 10:21:24 +01:00
parent e4eabd7a86
commit 0f5811edb9
11 changed files with 67 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ import { getProductBySlug } from '@/lib/mdx';
import { getTranslations } from 'next-intl/server';
import { OGImageTemplate } from '@/components/OGImageTemplate';
export const runtime = 'nodejs';
export const runtime = 'edge';
export default async function Image({ params: { locale, slug } }: { params: { locale: string, slug?: string[] } }) {
const t = await getTranslations('Products');