Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
FIX - Google AdSense
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed Nov 20, 2020
1 parent 4b9d221 commit 305a53d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragalia-posts-site-front",
"version": "1.1.1",
"version": "1.3.3",
"engines": {
"node": "12.x"
},
Expand Down
7 changes: 0 additions & 7 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ const PageMain = () => {
// Ensure that the title has been set
document.title = title.current;
ref.current.innerText = title.current;

// Google Auto AdSense
// @ts-ignore
(window.adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: 'ca-pub-1535004092052078',
enable_page_level_ads: false,
});
});

return (
Expand Down

0 comments on commit 305a53d

Please sign in to comment.