ciaddi
Explore posts from serversProblem 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
Deploy VUE 3 JS Application
Hi, I've recently joined railway and i love it.
I didn't find any information to build and deploy a Vue 3 app on railway.
I'm getting this error "Error: No start command could be found". There is not a start command: there should be a field in the settings page to declare the publish directory (dist). Am i right?
3 replies