Skip to content

Commit

Permalink
chore: added google ad sense
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Oct 1, 2024
1 parent 5bbc1c0 commit 03f176b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export default {
property: 'og:url',
content: `${BASE_URL}/128x128.png`,
},
{
name: 'google-adsense-account',
content: 'ca-pub-4467877923505914',
},
],
link: [
{ rel: 'manifest', href: '/manifest.json' },
Expand Down Expand Up @@ -284,5 +288,5 @@ export default {
config.devtool = 'source-map'
}
},
}
},
}

0 comments on commit 03f176b

Please sign in to comment.