diff --git a/src/technologies/i.json b/src/technologies/i.json index 12fdb2e7a..2e3d8b0a5 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -540,7 +540,10 @@ 59 ], "description": "Intersection Observer is a browser API that provides a way to observe the visibility and position of a DOM element relative to the containing root element or viewport.", - "scripts": "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", + "scripts": [ + "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", + "/assets/js/lib/intersection-observer\\.min\\.js" + ], "website": "https://www.w3.org/TR/intersection-observer" }, "Invenio": {