Blame view

build/vite/hm.ts 371 Bytes
vben authored
1
2
// Baidu statistics code for site deployment
// Only open in build:site
3
4
5
6
7
8
9
10
11
12
export const hmScript = `<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?384d6046e02f6ac4ea075357bd0e9b43";
  var s = document.getElementsByTagName("script")[0];
  s.parentNode.insertBefore(hm, s);
})();
</script>
`;