Skip to content

Commit 4119ddb

Browse files
committed
feat: add Google AdSense block below related posts section
1 parent 3846804 commit 4119ddb

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
@@ -7,7 +7,7 @@ export default function Document() {
77
{/* 광고 스크립트 삽입 위치 */}
88
<script
99
async
10-
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
10+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5103032140213770"
1111
crossOrigin="anonymous"
1212
></script>
1313
</Head>

0 commit comments

Comments
 (0)