소스 검색

seo: Remove canonical tag generation

unknown 2 달 전
부모
커밋
0fa4986ebf
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/App.vue

+ 0 - 3
src/App.vue

@@ -44,9 +44,6 @@ useHead({
   htmlAttrs: {
   htmlAttrs: {
     lang: computed(() => locale.value)
     lang: computed(() => locale.value)
   },
   },
-  link: [
-    { rel: 'canonical', href: canonicalUrl }
-  ],
   meta: [
   meta: [
     { name: 'description', content: computed(() => t('hero.description')) },
     { name: 'description', content: computed(() => t('hero.description')) },
     { property: 'og:type', content: 'website' },
     { property: 'og:type', content: 'website' },