diff --git a/docs/content/2.guide/2.features/4.head-management.md b/docs/content/2.guide/2.features/4.head-management.md index cbeca416f0..7ffa13bd9a 100644 --- a/docs/content/2.guide/2.features/4.head-management.md +++ b/docs/content/2.guide/2.features/4.head-management.md @@ -49,6 +49,28 @@ The `titleTemplate` can either be a string, where `%s` is replaced with the titl Now, if you set the title to `My Page` with `useHead` on another page of your site, the title would appear as 'My Page - Site Title' in the browser tab. You could also pass `null` to default to the site title. +## Body Meta Tags + +::StabilityEdge{title="Body Meta Tags"} +:: + +You can use the `body: true` option on the `link` and `script` meta tags to append them to the end of the `
` tag. + +For example: + +```vue + +``` + ## Meta Components Nuxt provides `