AykutSarac 3 年 前
コミット
dba8e62267
1 ファイル変更1 行追加1 行削除
  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,