Browse Source

fix build

AykutSarac 2 years ago
parent
commit
130ee54bd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

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