language bug fixing
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import type { NextConfig } from "next";
|
||||
const {i18n} = require("./next-i18next.config");
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
i18n,
|
||||
// next.config.ts
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user