📄 Huge intl feature

This commit is contained in:
RJ
2025-12-03 00:17:34 +02:00
parent 8b05aae5a8
commit 7e8b82f571
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)