nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.08k stars 624 forks source link

ability to prevent contentdoc from setting title #2458

Closed Reconnact closed 9 months ago

Reconnact commented 9 months ago

Describe the feature

It would be nice to be able to prevent ContentDoc setting the title of a page.

Additional information

Final checks

nobkd commented 9 months ago

Sounds related to #1906 You could try this: https://github.com/nuxt/content/issues/1906#issuecomment-1586323956 (<ContentDoc :head="false" />) But I'm not sure, if it fits your use case / helps in any way. Good Luck

Reconnact commented 9 months ago

Thanks, this works!