Reverted all changes back to version 42cfe25315
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
import createNextIntlPlugin from 'next-intl/plugin';
|
import createNextIntlPlugin from 'next-intl/plugin';
|
||||||
|
|
||||||
const withNextIntl = createNextIntlPlugin('./src/i18n.ts');
|
const withNextIntl = createNextIntlPlugin();
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user