This commit is contained in:
2026-05-20 00:45:23 +02:00
parent fb6a0c7968
commit 107093f7bb
16 changed files with 866 additions and 22 deletions

View File

@@ -31,7 +31,8 @@
orchestre: "L'Orchestre",
mediation: "Médiation",
mecenat: "Mécénat",
professionnels: "Professionnels"
professionnels: "Professionnels",
actus: "Actualités"
}
function resolveTo(part, index, parts, acc) {
@@ -101,6 +102,9 @@
if (from === 'artistesinvitees') {
crumbs.push({ to: '/orchestre/artistesinvitees', label: 'Les artistes invités' })
}
if (from === 'actus') {
crumbs.push({ to: '/orchestre/actus', label: 'Actualités' })
}
}
}
})