We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d2d1e commit 133aa28Copy full SHA for 133aa28
nuxt.config.ts
@@ -9,7 +9,7 @@ export default defineNuxtConfig({
9
meta: [
10
{ property: 'og:image', content: '/assets/images/gv-opengraph.png'},
11
{ property: 'og:image:alt', content: 'GOV.UK Vue'},
12
- { property: 'description', content: 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' }
+ { name: 'description', content: 'GOV.UK Vue provides Vue implementations of every component in the GOV.UK Design System.' }
13
],
14
htmlAttrs: {
15
class: 'govuk-template',
0 commit comments