Skip to content

Commit 7a18c9e

Browse files
committed
Add og image
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 4775643 commit 7a18c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/og-image.png

97.6 KB
Loading

frontend/setup/head.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
content: shortDescription
3535
},
3636
{ hid: 'og:type', property: 'og:type', content: 'website' },
37-
{ hid: 'og:image', property: 'og:image', content: 'https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png' },
37+
{ hid: 'og:image', property: 'og:image', content: '/og-image.png' },
3838
{ hid: 'og:url', property: 'og:url', content: 'https://insights.lfx.org' },
3939
{ hid: 'twitter:card', name: 'twitter:card', content: 'summary_large_image' },
4040
{
@@ -47,7 +47,7 @@ export default {
4747
name: 'twitter:description',
4848
content: shortDescription
4949
},
50-
{ hid: 'twitter:image', name: 'twitter:image', content: 'https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png' }
50+
{ hid: 'twitter:image', name: 'twitter:image', content: '/og-image.png' }
5151
],
5252
link: [
5353
{ rel: 'icon', type: 'image/x-icon', href: 'https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png' },

0 commit comments

Comments
 (0)