AykutSarac před 2 roky
rodič
revize
130ee54bd2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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" } },
   }),