This repository was archived by the owner on Mar 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 28
28
Learn how to configure a non-root public URL by running `npm run build`.
29
29
-->
30
30
31
- < title > 龍絆攻略站 by OM</ title >
31
+ < title > 龍絆攻略站 by OM / DL Info by OM </ title >
32
32
33
33
<!-- react-bootstrap imports -->
34
34
< script crossorigin src ="https://unpkg.com/react/umd/react.production.min.js "> </ script >
40
40
<!-- Note: bootstrap css is already imported/included via `src/bootstrap.css -->
41
41
42
42
<!-- Google AdSense -->
43
- < script async data-ad-client ="ca-pub-1535004092052078 " src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
43
+ < script async data-ad-client ="ca-pub-1535004092052078 "
44
+ src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
44
45
45
46
<!-- Global site tag (gtag.js) - Google Analytics -->
46
47
< script async src ="https://www.googletagmanager.com/gtag/js?id=G-796E69CFJG "> </ script >
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ const PageMain = () => {
47
47
// Ensure that the title has been set
48
48
document . title = title . current ;
49
49
ref . current . innerText = title . current ;
50
+
51
+ // Google Auto AdSense
52
+ // @ts -ignore
53
+ ( window . adsbygoogle = window . adsbygoogle || [ ] ) . push ( {
54
+ google_ad_client : 'ca-pub-1535004092052078' ,
55
+ enable_page_level_ads : false ,
56
+ } ) ;
50
57
} ) ;
51
58
52
59
return (
You can’t perform that action at this time.
0 commit comments