configured localization
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import createNextIntlPlugin from 'next-intl/plugin';
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Possible options:
|
||||
@@ -16,4 +18,9 @@ const nextConfig = {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
const nextConfigIntl = withNextIntl(nextConfig);
|
||||
export default nextConfigIntl;
|
||||
|
||||
// module.exports = nextConfigIntl;
|
||||
Reference in New Issue
Block a user