Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add author property #41

Merged
merged 2 commits into from
Mar 8, 2018
Merged

Conversation

manniL
Copy link
Member

@manniL manniL commented Mar 8, 2018

No description provided.

@pi0 pi0 merged commit cafcfc4 into nuxt-community:master Mar 8, 2018
@manniL manniL deleted the feature-add-author-property branch March 8, 2018 11:48
@core01
Copy link

core01 commented Nov 22, 2018

Hello, how to disable automatic author meta tag adding?

@pi0
Copy link
Member

pi0 commented Nov 22, 2018

Inside nuxt.config:

meta: {
 author: false
}

@core01
Copy link

core01 commented Nov 23, 2018

@pi0 my meta is array

 meta: [
      {
        charset: 'utf-8'
      },
      {
        name: 'viewport',
        content:
          'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'
      },
      {
        hid: 'description',
        name: 'description',
        content: 'Citytorg.kz'
      },
      {
        name: 'theme-color',
        content: '#ffffff'
      },
      {
        name: 'msapplication-TileColor',
        content: '#00a300'
      },
    ],

@manniL
Copy link
Member Author

manniL commented Nov 23, 2018

@core01 Not head.meta.

It's about the top-level meta key.

Example: https://github.com/Developmint/developmint.de/blob/master/nuxt.config.js#L140
(That line would be author: false in your case).

@core01
Copy link

core01 commented Nov 23, 2018

@manniL thank you, that makes sense!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants