From f33393c0afcd5ca4f44c632b1df358e1d925a454 Mon Sep 17 00:00:00 2001 From: "WLT\\Eric.hu" Date: Tue, 15 Apr 2025 14:09:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8D=E6=98=BE=E7=A4=BAerror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/index.js b/config/index.js index 7add554..7c6f3d7 100644 --- a/config/index.js +++ b/config/index.js @@ -125,6 +125,9 @@ const config = { }, // 允许特定域名访问 allowedHosts: ["nomadyt.com", "localhost", ".nomadyt.com"], // 允许所有 *.nomadyt.com 子域访问 + client: { + overlay: false, + }, }, htmlPluginOption: { favicon: path.resolve(__dirname, "..", "src", "images", "youtube.ico"), // 同样处理 favicon 路径