language bug fixing

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-10-25 16:36:01 +05:00
parent abcccfbf4b
commit f19a20878e
8 changed files with 65 additions and 62 deletions

View File

@@ -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;