浏览代码

fix build

AykutSarac 2 年之前
父节点
当前提交
130ee54bd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -6,7 +6,7 @@ const withPWA = require("next-pwa");
 const nextConfig = {
   reactStrictMode: true,
   exportPathMap: () => ({
-    "/": { page: "/Home" },
+    "/": { page: "/" },
     "/editor": { page: "/Editor", query: { title: "json" } },
     "/widget": { page: "/Widget", query: { title: "json" } },
   }),