Khov
Khov
NNuxt
Created by Khov on 10/19/2024 in #❓・help
Adsense in Nuxt
Hello, is it correct nuxt.config.ts?
scripts: {
globals: {
adSense : {
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-39842247889089901'
}
}
},
scripts: {
globals: {
adSense : {
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-39842247889089901'
}
}
},
1 replies
NNuxt
Created by Khov on 10/6/2024 in #❓・help
Nuxt is very slow in Dev Containers (remote) VS Code...
Good evening, Is it possible to improve the speed of Nuxt (npm run dev) on Dev Containers of VS Code because my site takes 1m30 to load each time, and that is very long... ? Thanks in advance
1 replies
NNuxt
Created by Khov on 10/6/2024 in #❓・help
How to read files?
Good evening, How to properly read a file with the Nuxt server API having been added to my project before the build, where should I put the file? What is its path once built? Knowing that I definitely don't want it to be public. Thanks in advance !
5 replies
NNuxt
Created by Khov on 9/22/2024 in #❓・help
How to read/write files in Nuxt server?
No description
2 replies