From 0ee0589fb7b0936e55a760299d70863db7ca4600 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 8 Jan 2023 23:43:58 +0100 Subject: [PATCH] relative links --- templates/index_gif4.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 += ` - - + + `; });