فهرست منبع

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: {
     lang: computed(() => locale.value)
   },
-  link: [
-    { rel: 'canonical', href: canonicalUrl }
-  ],
   meta: [
     { name: 'description', content: computed(() => t('hero.description')) },
     { property: 'og:type', content: 'website' },