File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ const statsScript = `
22var _hmt = _hmt || [];
33(function() {
44 var hm = document.createElement("script");
5- hm.src = "https://hm.baidu.com/hm.js?39edd8e76884f07399be96cd422c9af3 ";
5+ hm.src = "https://hm.baidu.com/hm.js?f92e0e48311f635665d2de225751a349 ";
66 var s = document.getElementsByTagName("script")[0];
77 s.parentNode.insertBefore(hm, s);
88})();
99` ;
10- export default function StatsScript ( ) {
11- return (
12- < script dangerouslySetInnerHTML = { { __html : statsScript } } > </ script >
13- ) ;
14- }
10+ export default function StatsScript ( ) {
11+ return < script dangerouslySetInnerHTML = { { __html : statsScript } } > </ script > ;
12+ }
Original file line number Diff line number Diff line change 44</ head >
55< body >
66 < div id ="root "> </ div >
7- < script >
8- var _hmt = _hmt || [ ] ;
9- ( function ( ) {
10- var hm = document . createElement ( "script" ) ;
11- hm . src = "https://hm.baidu.com/hm.js?f92e0e48311f635665d2de225751a349" ;
12- var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
13- s . parentNode . insertBefore ( hm , s ) ;
14- } ) ( ) ;
15- </ script >
167</ body >
178</ html >
You can’t perform that action at this time.
0 commit comments