Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 850b7f9

Browse files
committed
change link to social image
1 parent f713e6e commit 850b7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/Default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ export default {
111111
{
112112
key: 'og:image',
113113
name: 'og:image',
114-
content: '/logo.jpg',
114+
content: process.env.SITE_URL + '/logo.jpg',
115115
},
116116
{
117117
key: 'twitter:image',
118118
name: 'twitter:image',
119-
content: '/logo.jpg',
119+
content: process.env.SITE_URL + '/logo.jpg',
120120
},
121121
]
122122
}

0 commit comments

Comments
 (0)