diff --git a/templates/index_gif4.html b/templates/index_gif4.html index e0751ba6..4a546ab6 100644 --- a/templates/index_gif4.html +++ b/templates/index_gif4.html @@ -67,7 +67,7 @@ let durees = []; // Récupérer les données - fetch('_LIBRA_/ipns/_VOEUNS_/_PLAYER_.tiddlers.json') + fetch('./_PLAYER_.tiddlers.json') .then(res => res.json()) .then(data => { // Extraire les gifanime @@ -92,8 +92,8 @@ // Générer le HTML pageGifs.forEach((gif, i) => { output += ` - - + + `; });