chore: add Google AdSense script to layout
- Include async script for Google AdSense in the application layout - Ensure script loads with crossorigin attribute This change will allow the application to serve ads from Google, potentially generating revenue. The implementation is non-intrusive and maintains existing functionality.
This commit is contained in:
parent
7612dd6bd9
commit
fedb954d34
@ -45,6 +45,9 @@
|
|||||||
gtag('config', 'G-PX1C92V5L7');
|
gtag('config', 'G-PX1C92V5L7');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="min-h-screen bg-base-100 font-sans">
|
<body class="min-h-screen bg-base-100 font-sans">
|
||||||
|
Loading…
Reference in New Issue
Block a user