File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ export default defineNuxtConfig({
99 meta : [
1010 { property : 'og:image' , content : '/assets/images/gv-opengraph.png' } ,
1111 { property : 'og:image:alt' , content : 'GOV.UK Vue' } ,
12- { name : 'description' , content : 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' }
12+ { name : 'description' , content : 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' } ,
13+ { name : 'twitter:card' , content : 'summary' } ,
14+ { 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' }
1318 ] ,
1419 htmlAttrs : {
1520 class : 'govuk-template' ,
You can’t perform that action at this time.
0 commit comments