From fe63ee972d57021891bfa734e0b10d6e27a26f4d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Oct 2022 11:00:30 +0800 Subject: [PATCH] Update Umami js detection --- src/technologies/u.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index eac38be2b..79089b96c 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -203,6 +203,9 @@ "icon": "umami.svg", "oss": true, "scriptSrc": "umami\\.js", + "js": { + "umami": "" + }, "website": "https://umami.is/" }, "Umbraco": { @@ -844,4 +847,4 @@ "website": "https://github.com/utterance/utterances", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}