📄 Huge intl feature
Some checks failed
Some checks failed
This commit was merged in pull request #10.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user