@@ -1,9 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
- i18n: {
- locales: ["en"],
- defaultLocale: "en",
- },
+ // i18n: {
+ // locales: ["en"],
+ // defaultLocale: "en",
+ // },
// webpack(config) {
// // Grab the existing rule that handles SVG imports
// const fileLoaderRule = config.module.rules.find((rule) =>