Skip to content

Commit

Permalink
twitter hid's added
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 13, 2024
1 parent da009ce commit d5e4f12
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pages/ru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,31 @@ export default Vue.extend({
name: 'og:type',
content: 'website'
},
{
hid: 'twitter:card',
name: 'twitter:card',
content: 'summary_large_image'
},
{
hid: 'twitter:title',
name: 'twitter:title',
content: 'Хоук — российский трекер ошибок'
},
{
hid: 'twitter:description',
name: 'twitter:description',
content: 'Мониторинг ошибок в ПО с серверами в России и открытым исходным кодом'
},
{
hid: 'twitter:image',
name: 'twitter:image',
content: 'https://hawk.so/hawk-ru-og-image.png'
},
{
hid: 'twitter:url',
name: 'twitter:url',
content: 'https://hawk.so/ru'
},
]
}
}
Expand Down

0 comments on commit d5e4f12

Please sign in to comment.