We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04bf7f commit 8a6ecaeCopy full SHA for 8a6ecae
vemetric.js
@@ -4,7 +4,8 @@ window.vmtrc = window.vmtrc || function () {
4
};
5
6
const script = document.createElement('script');
7
-script.src = 'https://cdn.vemetric.com/main.js';
+script.src = 'https://hub.tilebox.com/main.js';
8
script.defer = true;
9
script.setAttribute('data-token', 'rQI52fw6s6frnSOR');
10
+script.setAttribute('data-host', 'https://hub.tilebox.com');
11
document.head.appendChild(script);
0 commit comments