From 66b9c4db80aa116b741ab9945c9bb2d2b6a90eda Mon Sep 17 00:00:00 2001
From: David Rouquet <david.rouquet@tetras-libre.fr>
Date: Tue, 6 Feb 2024 17:14:35 +0000
Subject: [PATCH] Update index.js

---
 demo/src/index.js | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/demo/src/index.js b/demo/src/index.js
index bd1116b..547e543 100644
--- a/demo/src/index.js
+++ b/demo/src/index.js
@@ -11,18 +11,15 @@ const config = {
     exportLocalStorageAnnotations: false, // display annotation JSON export button
   },
   catalog: [
-    { manifestId: 'https://files.tetras-libre.fr/manifests/jf_peyret_re_walden.json' },
     { manifestId: 'https://files.tetras-libre.fr/manifests/re_walden_cut.json' },
-    { manifestId: 'https://files.tetras-libre.fr/dev/Clock/manifest.json' },
-    { manifestId: 'https://files.tetras-libre.fr/dev/Hakanai/manifest/manifest.json' },
-    { manifestId: 'https://dzkimgs.l.u-tokyo.ac.jp/videos/iiif_in_japan_2017/manifest.json' },
-    { manifestId: 'https://iiif.io/api/cookbook/recipe/0219-using-caption-file/manifest.json' },
-    { manifestId: 'https://preview.iiif.io/cookbook/master/recipe/0003-mvm-video/manifest.json' },
-    { manifestId: 'https://iiif.io/api/cookbook/recipe/0065-opera-multiple-canvases/manifest.json' },
-    { manifestId: 'https://iiif.io/api/cookbook/recipe/0064-opera-one-canvas/manifest.json' },
-    { manifestId: 'https://iiif.io/api/cookbook/recipe/0074-multiple-language-captions/manifest.json' },
-    { manifestId: 'https://iiif.harvardartmuseums.org/manifests/object/299843' },
-    { manifestId: 'https://iiif.io/api/cookbook/recipe/0002-mvm-audio/manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/jf_peyret_re_walden.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/test_markeas_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/installation_fresnoy_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/sceno_avignon_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/walden_nouvel_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/walden_nouvel2_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/score_manifest.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/program_manifest.json' },
   ],
   debugMode: true,
   id: 'demo',
-- 
GitLab