Skip to content

Commit f983c9a

Browse files
authored
Merge pull request #16 from sneg55/patch-2
fixed missed favicon on internal pages
2 parents b7ee8d1 + 6bc9210 commit f983c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
},
1313
head: [
1414
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1,maximum-scale=1,maximum-scale=1'}],
15-
['link', {rel: 'icon', type: 'image/png', href: 'favicon.png'}],
15+
['link', {rel: 'icon', type: 'image/png', href: '/favicon.png'}],
1616
['meta', { name: 'twitter:site', content: '@Ethereum' }],
1717
['meta', { name: 'twitter:creator', content: '@Ethereum' }],
1818
['meta', { property: 'og:type', content: 'website' }],

0 commit comments

Comments
 (0)