Browse Source

fix build

AykutSarac 2 năm trước cách đây
mục cha
commit
130ee54bd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -6,7 +6,7 @@ const withPWA = require("next-pwa");
 const nextConfig = {
   reactStrictMode: true,
   exportPathMap: () => ({
-    "/": { page: "/Home" },
+    "/": { page: "/" },
     "/editor": { page: "/Editor", query: { title: "json" } },
     "/widget": { page: "/Widget", query: { title: "json" } },
   }),