// https://nextjs.org/docs/advanced-features/custom-document import { Head, Html, Main, NextScript } from 'next/document'; import i18nextConfig from '../next-i18next.config'; export default function Document(props) { const currentLocale = props.__NEXT_DATA__.locale || i18nextConfig.i18n.defaultLocale; return (