From 012cbee2abe089e601820471374df09bb7cb5f1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:19:05 +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 fabc896..f04a5f6 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -1,4 +1,4 @@ -// @ts-expect-error +// @ts-expect-error next-intl server config type mismatch import { getRequestConfig } from 'next-intl/server'; import { notFound } from 'next/navigation';