Skip to content

Commit 4996af5

Browse files
committed
add Google AdSense script tag
1 parent b87b4b2 commit 4996af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class DocumentExtension extends Document {
1212
/>
1313
<script
1414
async
15-
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3482752082453171'
15+
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9765110233243602'
1616
crossOrigin='anonymous'
1717
></script>
1818
{/* Preload critical background images */}

0 commit comments

Comments
 (0)