We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Everyone,
Today I have tried moving Google Adsense from my head.script inside the nuxt.config.js to this module and got some error as below:
head.script
nuxt.config.js
K {message: "adsbygoogle.push() error: Only one 'enable_page_level_ads' allowed per page.", name: 'TagError', pbr: true...
I am using:
My nuxt.config.js:
'google-adsense': { onPageLoad: true, pageLevelAds: false, overlayBottom: true, id: process.env.ADSENSE_PUB_ID, test: process.env.GOOGLE_ADSENSE_TEST_MODE === 'true', },
I have it deployed at www.eztools.io.
Please kindly help.
The text was updated successfully, but these errors were encountered:
#141 (comment)
Check this one
Sorry, something went wrong.
Let's track in #141
No branches or pull requests
Hello Everyone,
Today I have tried moving Google Adsense from my
head.script
inside thenuxt.config.js
to this module and got some error as below:I am using:
My nuxt.config.js:
I have it deployed at www.eztools.io.
Please kindly help.
The text was updated successfully, but these errors were encountered: