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
RRailway
Created by ciaddi on 2/17/2024 in #✋|help
My project costs went from an estimated $5 to an actual $15 suddenly overnight.
No description
47 replies
RRailway
Created by ciaddi on 9/17/2022 in #✋|help
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