edit: passage contenu artistes et autres dans DATA pour modif facile + gestion ouverture image (gestion multi icon x4 à faire + panneau liens)

This commit is contained in:
2026-03-21 07:05:43 +01:00
parent c5bf56e90d
commit fbe2d02a99
9 changed files with 235 additions and 67 deletions
+4
View File
@@ -0,0 +1,4 @@
export async function loadPeopleData() {
const pData = await fetch('/DATA/peopleData.json');
return await pData.json();
}