Browse Source

fix export

Roberts Slisans 1 năm trước cách đây
mục cha
commit
2d4aa813e4
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      next.config.js

+ 4 - 4
next.config.js

@@ -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) =>