From 012cbee2abe089e601820471374df09bb7cb5f1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:19:05 +0000 Subject: [PATCH 1/2] 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'; From cf88db674c88861993201be1354e7449382c9184 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:19:06 +0000 Subject: [PATCH 2/2] Update src/middleware.ts --- src/middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/middleware.ts b/src/middleware.ts index d804d7e..448e1dc 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -1,4 +1,4 @@ -// @ts-expect-error +// @ts-expect-error next-intl middleware type incompatibility import createMiddleware from 'next-intl/middleware'; import { locales } from './i18n';