From dec72ba1676d018c5c546849e2ffc72eb15f372a Mon Sep 17 00:00:00 2001 From: Rick Viscomi Date: Wed, 4 Dec 2024 19:43:55 -0500 Subject: [PATCH] Vercel Speed Insights --- src/technologies/v.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 9f70a8ac1..49a638dc8 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -407,6 +407,29 @@ ], "website": "https://vercel.com/analytics" }, + "Vercel Speed Insights": { + "cats": [ + 10 + ], + "dom": { + "script[data-sdkn='@vercel/speed-insights/next']": { + "attributes": { + "data-sdkv": "^(.+)$\\;version:\\1" + } + } + }, + "icon": "vercel.svg", + "js": { + "si": "" + }, + "requires": [ + "Vercel" + ], + "scriptSrc": [ + "/_vercel/speed-insights/script\\.js" + ], + "website": "https://vercel.com/docs/speed-insights" + }, "Verifone 2Checkout": { "cats": [ 41 @@ -1420,4 +1443,4 @@ "requires": "Vue.js", "website": "https://vxetable.cn" } -} \ No newline at end of file +}