Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88d33ae

Browse files
fix post ad block
1 parent d53910f commit 88d33ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/(main)/(post)/post/[slug]/page.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ export default async function PostPage({ params }: Props) {
110110
</section>
111111
) : (
112112
<GoogleAdBanner
113-
data-ad-slot="slotnumber"
113+
data-ad-slot="4960900523"
114114
data-full-width-responsive="true"
115-
data-ad-layout="in-article"
116-
data-ad-format="fluid"
115+
data-ad-format="auto"
117116
/>
118117
)}
119118
{post.content?.length && (

0 commit comments

Comments
 (0)