Skip to content

Nuxt Studio generates auto heading even when disabled #99

@maximepvrt

Description

@maximepvrt

Nuxt Studio keeps generating the title and description fields in content files, even when it is disabled in the project config:

content: {
  build: {
    markdown: {
      contentHeading: false,
    },
  },
},

This option was added to Content via nuxt/content#3400

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions