Skip to content

Commit 94d90b6

Browse files
committed
Fix link to opengraph image
1 parent 8765c02 commit 94d90b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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/opengraph-image.png'},
10+
{ property: 'og:image', content: '/assets/images/gv-opengraph.png'},
1111
{ property: 'og:image:alt', content: 'GOV.UK Vue'}
1212
],
1313
htmlAttrs: {

0 commit comments

Comments
 (0)