ciaddi
ciaddi
Explore posts from servers
NNuxt
Created by ciaddi on 10/2/2024 in #❓・help
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
NNuxt
Created by ciaddi on 4/2/2024 in #❓・help
How to import functions in a .vue component from a .js file?
import { myfunctions} from "/js/stats.js" doesnt work for me: Error 500 vite_ssr_import_7.default.getData is not a function
10 replies