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