You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/4.api/2.composables/6.use-content-head.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ These parameters can be used from the [Front-Matter](/guide/writing/markdown#fro
22
22
|`image.src`|`String`|| The source of the image |
23
23
|`image.alt`|`String`|| The alt description of the image |
24
24
|`image.xxx`|`String`|| Any [`og:image:xxx` compatible](https://ogp.me/#structured) attribute |
25
-
|`head.image`|`String \| Object`|| Overrides the `<meta property="og:image>`|
25
+
|`head.image`|`String \| Object`|| Overrides the `<meta property="og:image">`|
26
26
27
27
At the exception of `title`, `description` and `image`, the `head` object behaves exactly the same in [Front-Matter](/guide/writing/markdown#front-matter) as it would in [`useHead({ ... })`](https://v3.nuxtjs.org/guide/features/head-management) composable.
0 commit comments