From ea154dbb77da2c28df0be2d6a9b4d05c5d387130 Mon Sep 17 00:00:00 2001 From: "WLT\\Eric.hu" Date: Tue, 15 Apr 2025 14:09:30 +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 7c95bd9..69cbaa5 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", "touxiang.png"), // 同样处理 favicon 路径