Commit 17da53a4 authored by zhangdd's avatar zhangdd

chore:use local favicon

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent 6340f411
...@@ -5,6 +5,4 @@ spring: ...@@ -5,6 +5,4 @@ spring:
active: dev active: dev
web: web:
resources: resources:
add-mappings: true add-mappings: true
chain: \ No newline at end of file
compressed: true
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport"> <meta content="width=device-width,initial-scale=1.0" name="viewport">
<link href="https://schbrain-static-online.schbrain.com/schbrain/frontend/xb/cb-home/0.0.24/favicon.ico" rel="icon"> <link href="<%= BASE_URL %>favicon.ico" rel="icon">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
<body> <body>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment