diff --git a/next.config.js b/next.config.js index f804348..2e4ef34 100644 --- a/next.config.js +++ b/next.config.js @@ -1,10 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - i18n: { - locales: ["en"], - defaultLocale: "en", - }, reactStrictMode: true, output: 'standalone', }; diff --git a/pages/_document.tsx b/pages/_document.tsx new file mode 100644 index 0000000..399ed78 --- /dev/null +++ b/pages/_document.tsx @@ -0,0 +1,13 @@ +import { Html, Head, Main, NextScript } from 'next/document' + +export default function Document() { + return ( + +
+ +