import i18n from "./next-i18next.config" /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, i18n, } module.exports = nextConfig