Skip to content

Commit

Permalink
deleting the seo check, not needed and will stop the more performant …
Browse files Browse the repository at this point in the history
…seo way from working
  • Loading branch information
iifawzi committed Jan 23, 2021
1 parent 958d4ae commit 8fa5b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/seo-head.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import VueMeta from 'vue-meta'
import {
seo,
defaultLocale,
COMPONENT_OPTIONS_KEY,
LOCALE_CODE_KEY,
Expand All @@ -12,7 +11,6 @@ import {

export const nuxtI18nSeo = function () {
if (
!seo ||
!(VueMeta.hasMetaInfo ? VueMeta.hasMetaInfo(this) : this._hasMetaInfo) ||
!this.$i18n ||
!this.$i18n.locale ||
Expand Down

0 comments on commit 8fa5b86

Please sign in to comment.