AykutSarac hace 2 años
padre
commit
107a61c5fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      next.config.js

+ 2 - 2
next.config.js

@@ -7,8 +7,8 @@ const nextConfig = {
   reactStrictMode: true,
   exportPathMap: () => ({
     "/": { page: "/" },
-    "/editor": { page: "/Editor", query: { title: "json" } },
-    "/widget": { page: "/widget", query: { title: "json" } },
+    "/editor": { page: "/Editor" },
+    "/widget": { page: "/widget" },
   }),
   compiler: {
     styledComponents: true,