Skip to content

Commit

Permalink
🚑 Add adsense meta | for check
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Apr 25, 2024
1 parent 766f5dc commit 2528105
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export default defineConfig({
},
},
{
tag: 'meta',
attrs: {
name: 'google-adsense-account',
content: 'ca-pub-8586652723015758',
},
},
{
tag: 'script',
attrs: {
src: 'https://www.googletagmanager.com/gtag/js?id=G-M6N39DH483',
Expand Down

0 comments on commit 2528105

Please sign in to comment.