diff --git a/components/Advertisement.tsx b/components/Advertisement.tsx index 0922c0d..d706b43 100644 --- a/components/Advertisement.tsx +++ b/components/Advertisement.tsx @@ -1,6 +1,8 @@ import AdSense from 'react-adsense' const Advertisement: React.FC = ({ size = 'short' }) => { + return null + /* return (
= ({ size = 'short' }) => { width: '100%', height: size === 'short' ? '90px' : '330px', }} - client='ca-pub-2090578791829639' - slot='9248632227' + client='ca-pub-4672948131576368' + slot='' format='' /> ) : ( @@ -26,6 +28,7 @@ const Advertisement: React.FC = ({ size = 'short' }) => {
) + */ } declare global { diff --git a/pages/_document.tsx b/pages/_document.tsx index f00e3aa..f5bcf78 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -190,7 +190,7 @@ class MyDocument extends Document { {/* SCRIPT */} diff --git a/public/ads.txt b/public/ads.txt index 1dee749..cfd0ec6 100644 --- a/public/ads.txt +++ b/public/ads.txt @@ -1 +1 @@ -google.com, pub-2090578791829639, DIRECT, f08c47fec0942fa0 \ No newline at end of file +google.com, pub-4672948131576368, DIRECT, f08c47fec0942fa0 \ No newline at end of file