From edef6ae8f59823258ce610c9074d32e698958b51 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 15:30:44 +0800 Subject: [PATCH] 本地图片适配 --- public/index.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/public/index.html b/public/index.html index 3491660..506eb2c 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <link rel="stylesheet" href="./fonts/iconfont.css"> + <link rel="stylesheet" href="/fonts/iconfont.css"> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <title>sass</title> <style> </style> -- Gitblit v1.8.0