feat: add shortcut icon

This commit is contained in:
guoqi.sun 2024-02-14 01:33:14 +08:00
parent 73759fbf44
commit 8dbb24835f
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> --> <link
rel="shortcut icon"
href="https://blog.sunguoqi.com/images/favicon.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>小孙同学-热爱可抵岁月漫长</title> <title>小孙同学-热爱可抵岁月漫长</title>
<script <script

View File

@ -1,7 +1,7 @@
{ {
"name": "vite-vue-js-template", "name": "home",
"type": "module", "type": "module",
"version": "0.0.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",