Skip to content

Commit 8a6ecae

Browse files
authored
Update script source to hub.tilebox.com (#76)
1 parent e04bf7f commit 8a6ecae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vemetric.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ window.vmtrc = window.vmtrc || function () {
44
};
55

66
const script = document.createElement('script');
7-
script.src = 'https://cdn.vemetric.com/main.js';
7+
script.src = 'https://hub.tilebox.com/main.js';
88
script.defer = true;
99
script.setAttribute('data-token', 'rQI52fw6s6frnSOR');
10+
script.setAttribute('data-host', 'https://hub.tilebox.com');
1011
document.head.appendChild(script);

0 commit comments

Comments
 (0)