diff --git a/components/Advertisement.tsx b/components/Advertisement.tsx index f3c7f71..3fdea14 100644 --- a/components/Advertisement.tsx +++ b/components/Advertisement.tsx @@ -3,7 +3,7 @@ import Logger from '@utils/Logger' const Advertisement: React.FC = ({ size = 'short' }) => { useEffect(() => { - if (process.env.NODE_ENV === 'production') { + if (true) { window.adsbygoogle = window.adsbygoogle || [] try { window.adsbygoogle.push({}) @@ -19,17 +19,17 @@ const Advertisement: React.FC = ({ size = 'short' }) => { return
- {process.env.NODE_ENV === 'production' ? ( + {true ? (