Skip to content

Commit 1c6958f

Browse files
committed
Update opengraph/twitter meta tags
1 parent a9a9379 commit 1c6958f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

nuxt.config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ export default defineNuxtConfig({
77
head: {
88
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
99
meta: [
10-
{ property: 'og:image', content: '/assets/images/gv-opengraph.png'},
10+
{ property: 'og:image', content: 'https://govukvue.org//assets/images/gv-opengraph.png'},
1111
{ property: 'og:image:alt', content: 'GOV.UK Vue'},
12+
{ property: 'og:description', content: 'Vue versions of every GOV.UK component'},
1213
{ name: 'description', content: 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' },
1314
{ name: 'twitter:card', content: 'summary' },
1415
{ name: 'twitter:title', content: 'GOV.UK Vue' },
15-
{ name: 'twitter:description', content: 'Vue versions of every GOV.UK component'},
16-
{ name: 'twitter:image', content: '/assets/images/gv-twitter.png'},
17-
{ name: 'twitter:image:alt', content: 'GOV.UK Vue crown logo'}
16+
{ name: 'twitter:image', content: 'https://govukvue.org/assets/images/gv-twitter.png'},
17+
{ name: 'twitter:image:alt', content: 'GOV.UK Vue crown logo'},
18+
{ name: 'twitter:description', content: 'Vue versions of every GOV.UK component'}
1819
],
1920
htmlAttrs: {
2021
class: 'govuk-template',

0 commit comments

Comments
 (0)