Nuxt/docs/4.examples/3.composables/use-head.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

346 B

toc
false

useHead

This example shows how to use useHead and Nuxt built-in components to bind meta data to the head of the page.

::ReadMore{link="/docs/api/composables/use-head"} ::

::ReadMore{link="/docs/getting-started/seo-meta"} ::

::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/composables/use-head" file="app.vue"} ::