✨ feat: add shortcut icon
This commit is contained in:
parent
73759fbf44
commit
8dbb24835f
@ -2,7 +2,10 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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" />
|
||||
<title>小孙同学-热爱可抵岁月漫长</title>
|
||||
<script
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vite-vue-js-template",
|
||||
"name": "home",
|
||||
"type": "module",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
Loading…
Reference in New Issue
Block a user