Browse Source

Merge branch 'hotfix/redirection-lien' into 'master'

correction de la redirection du titre

See merge request opentalent/site_logiciels!33
Maha Bouchiba 1 năm trước cách đây
mục cha
commit
6919d92f16
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      components/News/List.client.vue

+ 2 - 2
components/News/List.client.vue

@@ -31,8 +31,8 @@
               <v-col cols="12" lg="9">
                 <div class="details">
                   <NuxtLink
-                    :to="`/actualites/${newsItem.id}`"
-                    class="text-decoration-none"
+                  :to="`/actualites/${newsItem.id}-${newsItem.slug}`"                    
+                  class="text-decoration-none"
                   >
                     <v-card-title>
                       {{ newsItem.title }}