diff --git a/src/templates/seo-head.js b/src/templates/seo-head.js index b3ecd807d..307d45a71 100644 --- a/src/templates/seo-head.js +++ b/src/templates/seo-head.js @@ -1,6 +1,5 @@ import VueMeta from 'vue-meta' import { - seo, defaultLocale, COMPONENT_OPTIONS_KEY, LOCALE_CODE_KEY, @@ -12,7 +11,6 @@ import { export const nuxtI18nSeo = function () { if ( - !seo || !(VueMeta.hasMetaInfo ? VueMeta.hasMetaInfo(this) : this._hasMetaInfo) || !this.$i18n || !this.$i18n.locale ||