mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: add google adsense
This commit is contained in:
@@ -74,6 +74,11 @@ export default defineConfig({
|
||||
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: {
|
||||
MarkdownContent: './src/components/Content.astro',
|
||||
|
||||
Reference in New Issue
Block a user