mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +00:00
feat: change adsense code
This commit is contained in:
parent
944e750c49
commit
ab0be9a235
@ -18,7 +18,7 @@ const Advertisement: React.FC<AdvertisementProps> = ({ size = 'short' }) => {
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
height: size === 'short' ? '90px' : '330px',
|
height: size === 'short' ? '90px' : '330px',
|
||||||
}}
|
}}
|
||||||
client='ca-pub-4672948131576368'
|
client='ca-pub-2436587688222951'
|
||||||
slot=''
|
slot=''
|
||||||
format=''
|
format=''
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -190,7 +190,7 @@ class MyDocument extends Document {
|
|||||||
{/* SCRIPT */}
|
{/* SCRIPT */}
|
||||||
<script src='//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js'></script>
|
<script src='//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js'></script>
|
||||||
<script
|
<script
|
||||||
data-ad-client='ca-pub-4672948131576368'
|
data-ad-client='ca-pub-2436587688222951'
|
||||||
async
|
async
|
||||||
src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'
|
src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'
|
||||||
></script>
|
></script>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
google.com, pub-4672948131576368, DIRECT, f08c47fec0942fa0
|
google.com, pub-2436587688222951, DIRECT, f08c47fec0942fa0
|
||||||
Loading…
x
Reference in New Issue
Block a user