AykutSarac 3 gadi atpakaļ
vecāks
revīzija
dba8e62267
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -7,7 +7,7 @@ const nextConfig = {
   reactStrictMode: true,
   exportPathMap: () => ({
     "/": { page: "/" },
-    "/editor": { page: "/_offline" },
+    "/editor": { page: "/editor" },
   }),
   compiler: {
     styledComponents: true,