Update ad placement and configuration for better user experience

Modify the AdSenseAd component in VideoPage.tsx to use adSlot "5629279662" and adFormat "auto", replacing the previous rectangle ad configuration.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/eNJCYo3
This commit is contained in:
sebastjanartic 2025-09-04 16:35:14 +00:00
parent 7c6db7a90b
commit 728207e554

View File

@ -741,10 +741,8 @@ export default function VideoPage() {
{/* Sidebar Ad */}
<div className="mb-6">
<AdSenseAd
adSlot="1234567893"
adFormat="rectangle"
width={300}
height={250}
adSlot="5629279662"
adFormat="auto"
className="w-full"
/>
</div>