File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ export default defineNuxtConfig({
9
9
meta : [
10
10
{ property : 'og:image' , content : '/assets/images/gv-opengraph.png' } ,
11
11
{ 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' }
13
18
] ,
14
19
htmlAttrs : {
15
20
class : 'govuk-template' ,
You can’t perform that action at this time.
0 commit comments