From cf045f2fe305014e443d231204986ff8d4ac82b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:18:23 +0000 Subject: [PATCH] Update src/i18n.ts --- src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index 59fb3ff..fabc896 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -1,4 +1,4 @@ -// @ts-ignore +// @ts-expect-error import { getRequestConfig } from 'next-intl/server'; import { notFound } from 'next/navigation';