diff --git a/README.md b/README.md index 0008e08..f0a7385 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ git push origin main git pull origin main # récupère le dernier code si besoin (ajout de dépendances) npm ci # installe / met à jour les dépendances (à exécuter uniquement si nouvelle dépendances installées dans package json) +Si nouvelle variable d'env + ajouter la variable dans le fichier `more ecosystem.config.cjs` manuellement 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 diff --git a/app/pages/concerts/agenda.vue b/app/pages/concerts/agenda.vue index e9343b6..7180cc0 100644 --- a/app/pages/concerts/agenda.vue +++ b/app/pages/concerts/agenda.vue @@ -15,6 +15,7 @@ :title="c.titre_concert" :dateISO="c.representation_concert?.[0]?.date_debut_representation" :dateLabel="formatDateLong(c.representation_concert?.[0]?.date_debut_representation)" + :lien_billetterie_representation="c.representation_concert?.[0]?.lien_billetterie_representation" :lieu="c.representation_concert?.[0]?.lieu_representation?.nom_lieu" :adresse_lieu="c.representation_concert?.[0]?.lieu_representation?.nom_lieu" :description="c.resume_concert" diff --git a/app/pages/concerts/concert-[id].vue b/app/pages/concerts/concert-[id].vue index da4fd97..adc68dc 100644 --- a/app/pages/concerts/concert-[id].vue +++ b/app/pages/concerts/concert-[id].vue @@ -41,9 +41,11 @@ {{ d.postes_artiste_ondif.map((p) => p.nom_poste).join(', ') }} - - {{ d.nom_artiste_ondif }} - + @@ -190,22 +198,117 @@ + + +