diff --git a/README.md b/README.md index b690efb..0008e08 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ si besoin (ajout de dépendances) npm run build # rebuild Nuxt pm2 reload ecosystem.config.cjs --only wondif_vue # redémarre le process avec les nouvelles variables d'environnement de ecosystem +# URL +/inscriptions/projet_lycee # STRAPI ## URL de PROD @@ -1055,3 +1057,4 @@ debian@vps-48ebe2d9:~$ history 819 pm2 list 820 history + diff --git a/app/components/Breadcrumb.vue b/app/components/Breadcrumb.vue index 3a8d0cf..a068b78 100644 --- a/app/components/Breadcrumb.vue +++ b/app/components/Breadcrumb.vue @@ -32,6 +32,8 @@ mediation: "Médiation", mecenat: "Mécénat", professionnels: "Professionnels", + inscriptions: "Inscriptions", + projet_lycee: "Inscription projet lycée", actus: "Actualités" } @@ -75,7 +77,7 @@ ? props.currentLabel : (labelMap[part] || humanize(decodeURIComponent(part))) - const noLink = part === 'orchestre' || part === 'concerts' || part === 'mediation' || part === 'professionnels' || part === 'mecenat' + const noLink = part === 'orchestre' || part === 'concerts' || part === 'mediation' || part === 'professionnels' || part === 'mecenat' || part === 'inscriptions' crumbs.push({ to: resolveTo(part, index, parts, acc), label, noLink }) if (part === 'concerts') { diff --git a/app/components/concert/ConcertCard.vue b/app/components/concert/ConcertCard.vue index 9678b2c..5f83700 100644 --- a/app/components/concert/ConcertCard.vue +++ b/app/components/concert/ConcertCard.vue @@ -3,15 +3,19 @@