This commit is contained in:
headlesdev
2025-05-17 11:53:16 +02:00
parent 64b5b5e1c4
commit 5f824a2581
318 changed files with 0 additions and 54608 deletions

View File

@@ -1,7 +0,0 @@
import {NextConfig} from 'next';
import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = {};
const withNextIntl = createNextIntlPlugin('./i18n/request.ts');
export default withNextIntl(nextConfig);