Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 6377df8

Browse files
committed
Fix icon
1 parent 7cc4d89 commit 6377df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ module.exports = {
77
['meta', { name: 'author', content: 'VectorNetworkProject' }],
88
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
99
['meta', { name: 'twitter:url', content: 'https://guide.vector-network.tk' }],
10-
['meta', { name: 'twitter:image', content: '/icon.png' }],
10+
['meta', { name: 'twitter:image', content: 'https://guide.vector-network.tk/icon.png' }],
1111
['meta', { name: 'twitter:site', content: '@Vector_Network_' }],
1212
['meta', { name: 'twitter:creator', content: '@InkoHX' }],
1313
['meta', { name: 'msapplication-TileColor', content: '#bcbcbc' }],
1414
['meta', { name: 'theme-color', content: '#bcbcbc' }],
1515
['meta', {property: 'og:title', content: 'VectorNetwork - Guide'}],
1616
['meta', {property: 'og:site_name', content: 'VectorNetwork - Guide'}],
1717
['meta', {property: 'og:url', content: 'https://guide.vector-network.tk'}],
18-
['meta', { property: 'og:image', content: '/icon.png' }],
18+
['meta', { property: 'og:image', content: 'https://guide.vector-network.tk/icon.png' }],
1919
['meta', { property: 'og:type', content: 'site' }],
20-
['link', { rel: 'icon', href: '/icon.png' }]
20+
['link', { rel: 'icon', href: 'https://guide.vector-network.tk/icon.png' }]
2121
],
2222
locales: {
2323
'/': {

0 commit comments

Comments
 (0)