mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
feat: add google adsense
This commit is contained in:
@@ -74,6 +74,11 @@ export default defineConfig({
|
|||||||
gtag('config', 'G-6BXJ62W6G5');
|
gtag('config', 'G-6BXJ62W6G5');
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
content: `<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2438923752868254"
|
||||||
|
crossorigin="anonymous"></script>`
|
||||||
|
}
|
||||||
],
|
],
|
||||||
components: {
|
components: {
|
||||||
MarkdownContent: './src/components/Content.astro',
|
MarkdownContent: './src/components/Content.astro',
|
||||||
|
|||||||
Reference in New Issue
Block a user