Files
spestexnika/next.config.ts
Davron Chetin 398269b49b spestexnika
2025-10-04 11:41:38 +05:00

9 lines
162 B
TypeScript

import type { NextConfig } from "next";
const {i18n} = require("./next-i18next.config");
const nextConfig: NextConfig = {
i18n,
};
export default nextConfig;