📄 Huge intl feature

This commit is contained in:
RJ
2025-12-03 00:17:34 +02:00
parent 6e5d641c06
commit 78cdc7b539
48 changed files with 955 additions and 138 deletions

View File

@@ -1,3 +1,5 @@
const withNextIntl = require('next-intl/plugin')();
/** @type {import('next').NextConfig} */
// ============================================
// Next.js 16 Configuration
@@ -245,4 +247,4 @@ const nextConfig = {
// },
}
module.exports = nextConfig
module.exports = withNextIntl(nextConfig)