Skip to content

Commit f08cab5

Browse files
committed
fix: adjust opengraph image path
1 parent 965d3c9 commit f08cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config: NuxtConfig = {
2222
{ hid: 'description', name: 'description', content: 'A cross-platform soundboard' },
2323
{
2424
property: 'og:image',
25-
content: 'https://raw.githubusercontent.com/Soundux/Soundux/master/assets/icon.png',
25+
content: 'https://raw.githubusercontent.com/Soundux/Soundux/master/assets/soundux.png',
2626
},
2727
],
2828
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],

0 commit comments

Comments
 (0)