AykutSarac 3 lat temu
rodzic
commit
dba8e62267
1 zmienionych plików z 1 dodań i 1 usunięć
  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,