AykutSarac 3 years ago
parent
commit
dba8e62267
1 changed files with 1 additions and 1 deletions
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

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