Update src/i18n.ts

This commit is contained in:
2026-06-03 21:42:39 +00:00
parent 7be06e10b7
commit 76c7846ce8

View File

@@ -1,5 +1,6 @@
import { notFound } from 'next/navigation';
// import { getRequestConfig } from 'next-intl';
// @ts-ignore
import { getRequestConfig } from 'next-intl';
// Can be imported from a shared config
const locales = ['en', 'de'];