Skip to content

Commit a0b3581

Browse files
committed
full url for og image
1 parent 2cbd6e6 commit a0b3581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
['link', { rel: 'icon', href: '/assets/images/icon-128.png' }],
1111

1212
// Meta
13-
['meta', { property: 'og:image', content: '/assets/images/cover.png' }],
13+
['meta', { property: 'og:image', content: 'https://authman.simular.co/assets/images/cover.png' }],
1414

1515
// Microdata
1616
['script', { type: 'application/ld+json' }, `{

0 commit comments

Comments
 (0)