Merge version_7 into main #21

Merged
bender merged 2 commits from version_7 into main 2026-06-09 18:18:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import { getRequestConfig } from 'next-intl/server';
import { notFound } from 'next/navigation';

View File

@@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import createMiddleware from 'next-intl/middleware';
import { locales } from './i18n';