@@ -7,14 +7,15 @@ export default defineNuxtConfig({
7
7
head : {
8
8
link : [ { rel : 'icon' , type : 'image/x-icon' , href : '/favicon.ico' } ] ,
9
9
meta : [
10
- { property : 'og:image' , content : '/assets/images/gv-opengraph.png' } ,
10
+ { property : 'og:image' , content : 'https://govukvue.org/ /assets/images/gv-opengraph.png' } ,
11
11
{ property : 'og:image:alt' , content : 'GOV.UK Vue' } ,
12
+ { property : 'og:description' , content : 'Vue versions of every GOV.UK component' } ,
12
13
{ name : 'description' , content : 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' } ,
13
14
{ name : 'twitter:card' , content : 'summary' } ,
14
15
{ 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 ' }
18
19
] ,
19
20
htmlAttrs : {
20
21
class : 'govuk-template' ,
0 commit comments