Skip to content

Commit 6a796d3

Browse files
committed
change logo
1 parent b45f576 commit 6a796d3

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

text/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
}
4949
],
5050
sidebarDepth: 3,
51-
   logo: '/images/logo.webp',
51+
   logo: '/images/logo.png',
5252
nav: [
5353
    { text: '首页', link: '/' },
5454
    { text: 'github', link: 'https://github.com/yunnysunny/nodebook' },

text/.vuepress/public/404.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE HTML>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
6+
<meta name="robots" content="all" />
7+
<meta name="robots" content="index,follow"/>
8+
<link rel="stylesheet" type="text/css" href="https://qzone.qq.com/gy/404/style/404style.css">
9+
</head>
10+
<body>
11+
<script type="text/plain" src="https://www.qq.com/404/search_children.js"
12+
charset="utf-8" homePageUrl="/"
13+
homePageName="回到我的主页">
14+
</script>
15+
<script src="https://qzone.qq.com/gy/404/data.js" charset="utf-8"></script>
16+
<script src="https://qzone.qq.com/gy/404/page.js" charset="utf-8"></script>
17+
</body>
18+
</html>

text/.vuepress/public/images/logo.png

50.1 KB
Loading

0 commit comments

Comments
 (0)