feat: 使用ico图标

This commit is contained in:
hackrobot
2025-04-03 04:44:11 -05:00
parent 06aeb80c01
commit 9e72892d04
4 changed files with 31 additions and 25 deletions

View File

@@ -127,7 +127,7 @@ const config = {
allowedHosts: ["nomadro.com", "localhost", ".nomadro.com"], // 允许所有 *.nomadyt.com 子域访问
},
htmlPluginOption: {
favicon: path.resolve(__dirname, "..", "src", "images", "youtube.ico"), // 同样处理 favicon 路径
favicon: path.resolve(__dirname, "..", "src", "images", "dgnomad.png"), // 同样处理 favicon 路径
meta: {
"cache-control": "no-cache, no-store, must-revalidate",
pragma: "no-cache",