@@ -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