Skip to content

Commit 503ded6

Browse files
committed
feat: add thumbnail meta tag for improved content representation
1 parent 5b3a803 commit 503ded6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export default defineNuxtConfig({
3535
name: 'theme-color',
3636
content: '#ffffff',
3737
},
38+
{
39+
name: 'thumbnail',
40+
content: '/images/content/zegut-pg.webp',
41+
}
3842
],
3943
link: [
4044
{

0 commit comments

Comments
 (0)