Skip to content

Commit d3fbeef

Browse files
authored
updated twitter meta tags (#78)
1 parent dda6133 commit d3fbeef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ export default defineNuxtConfig({
3333
{ property: 'og:locale', content: 'en_GB' },
3434
{ property: 'og:type', content: 'website' },
3535
{ name: 'twitter:card', content: 'summary_large_image' },
36+
{ name: 'twitter:image', content: '/branding/og-image.png' },
37+
{ name: 'twitter:title', content: 'Solarity' },
38+
{
39+
name: 'twitter:description',
40+
content: 'Solarity - your open source Solidity ecosystem',
41+
},
3642
],
3743

3844
link: [

0 commit comments

Comments
 (0)