ciaddi
Problem with Nuxt3 and Google Adsense
Please Help me. I'm using Nuxt3 and it works incorrectly with Google Adsense, it duplicates the components on the page, and in some places the entire page, has anyone come across this?
Disabling Google AdSense solves this problem but I need it.
On google adsense i'm using the automatic ads option.
This is the snippet (nuxt.config.ts).
head: {
script: [
{
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js',
'data-ad-client': 'ca-pub-################',
async: true
}
]
}
2 replies