feat: Add language switcher component to footer
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
const createNextIntlPlugin = require('next-intl/plugin');
|
||||
const { PHASE_DEVELOPMENT_SERVER } = require('next/constants')
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = (phase, { defaultConfig }) => {
|
||||
const defaultConfigWWW = {
|
||||
@@ -45,4 +42,4 @@ const nextConfig = (phase, { defaultConfig }) => {
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = withNextIntl(nextConfig);
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user