Replies: 1 comment
-
Here are more, but I don't know if the list is exhaustive: https://content.nuxt.com/composables/use-content-head/#parameters I'd think the relevant code is here, but that was just a quick search: https://github.com/nuxt/content/blob/main/src/runtime/composables/head.ts Good luck. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs(https://content.nuxt.com/usage/markdown#front-matter) say that
title
,description
,draft
,navigation
, andhead
are the only native parameters for front-matter.But if I put an
image
tag into my front-matter content files like thisnuxt does render it properly into a
og:image
meta tag:So where can I find an actual comprehensive list of native front-matter parameters?
Beta Was this translation helpful? Give feedback.
All reactions