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

fix: duplicate meta tags #2164

Merged
merged 8 commits into from
Mar 23, 2020
Merged

fix: duplicate meta tags #2164

merged 8 commits into from
Mar 23, 2020

Commits on Feb 2, 2020

  1. fix: duplicate meta in ssr

    ludanxer committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5a02e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. fix: page metas have higher priority

    ludanxer committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    147d619 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Revert "fix: duplicate meta in ssr"

    This reverts commit 5a02e2a.
    ludanxer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4f50deb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. fix: render meta tags during ssr

    ludanxer committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f6ca397 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. improve readability from suggestions

    Co-Authored-By: Franck Abgrall <abgrallkefran@gmail.com>
    Sun Haoran and kefranabg authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0f91886 View commit details
    Browse the repository at this point in the history
  2. fix: missing spaces

    ludanxer committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1e77cf3 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unnecessary code

    ludanxer committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    257f0ab View commit details
    Browse the repository at this point in the history
  4. fix: siteMetaTags aren't correctly init

    Previous method will init siteMetaTags with entry page meta tags instead of site meta tags
    ludanxer committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a853352 View commit details
    Browse the repository at this point in the history