From f91e2ae60c6bda5571fc7432e35bb17425248467 Mon Sep 17 00:00:00 2001 From: Sukka Date: Mon, 20 May 2019 18:07:27 +0800 Subject: [PATCH] refactor: update perfops --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e8445bd..47671f6 100644 --- a/src/index.html +++ b/src/index.html @@ -268,7 +268,7 @@ (function () { function perfops() { var js = document.createElement('script'); - js.src = 'https://rum.perfops.net/rum3.min.js'; + js.src = 'https://cdn.jsdelivr.net/npm/perfops-rom'; document.body.appendChild(js); }