Skip to content

Commit cc91547

Browse files
“rookieInn”“rookieInn”
“rookieInn”
authored and
“rookieInn”
committed
add favicon.ico
1 parent 81d39e4 commit cc91547

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

website/.vuepress/config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ module.exports = {
88
sidebar: "auto",
99
searchPlaceholder: "搜索:KMP",
1010
nav: [
11-
{ text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github' }
11+
{text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github'}
12+
],
13+
head:[
14+
['link',{rel:'shortcut icon',href:'/favicon.ico'}]
1215
],
1316
type: 'blog',
1417
search: true,
@@ -18,6 +21,9 @@ module.exports = {
1821
authorAvatar: '/code.png',
1922
startYear: '2019',
2023
valineConfig: {
24+
placeholder: "留下你的问题,或者你想要的资源...",
25+
avatar: "wavatar",
26+
requiredFields: ['nick'],
2127
appId: 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz',
2228
appKey: '5tkDVulRNyjuAbCUekxU6zHW',
2329
},

website/.vuepress/public/favicon.ico

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)