'修改ico图标'
This commit is contained in:
@@ -128,7 +128,7 @@ const config = {
|
||||
allowedHosts: ["nomadro.com", "localhost", ".nomadro.com","hackrobot.cn",".hackrobot.cn"], // 允许所有 *.nomadyt.com 子域访问
|
||||
},
|
||||
htmlPluginOption: {
|
||||
favicon: path.resolve(__dirname, "..", "src", "images", "planet.ico"), // 同样处理 favicon 路径
|
||||
favicon: path.resolve(__dirname, "..", "src", "images", "avatar.jpg"), // 同样处理 favicon 路径
|
||||
meta: {
|
||||
"cache-control": "no-cache, no-store, must-revalidate",
|
||||
pragma: "no-cache",
|
||||
|
||||
@@ -11,9 +11,8 @@
|
||||
<meta name="format-detection" content="telephone=no,address=no" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="white" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<!-- webpack配置favicon -->
|
||||
<link rel="apple-touch-icon" href="/static/images/planet.ico" />
|
||||
<link rel="icon" sizes="192x192" href="/static/images/planet.ico" />
|
||||
<link rel="apple-touch-icon" href="/images/images/avatar.jpg" />
|
||||
<link rel="icon" sizes="192x192" href="/images/images/avatar.jpg" />
|
||||
<title>异度星球</title>
|
||||
<meta name="description" content="异度星球" />
|
||||
<meta property="og:description" content="异度星球" />
|
||||
|
||||
Reference in New Issue
Block a user