Baljeet Singh
Baljeet Singh
NNuxt
Created by Baljeet Singh on 10/7/2024 in #❓・help
I upgraded my personal website from primevue to shadcn-vue, but build is failing on netlify.
The build is finishing fine on local npm run build . but on netlify i'm getting error. please see the attached image for log.
4 replies
NNuxt
Created by Baljeet Singh on 9/24/2024 in #❓・help
Getting issues while adding `nuxt-disqus` module to my project.
I'm trying to add disqus to my blog detail page using nuxt-disqus module. I have added nuxt-disqus and followed the instruction from the docs.
<ClientOnly>
<DisqusComments :identifier="`/blog/${route.params.id}`" :title="article.title" :url="article._path" />
</ClientOnly>
<ClientOnly>
<DisqusComments :identifier="`/blog/${route.params.id}`" :title="article.title" :url="article._path" />
</ClientOnly>
Output: !image I'm getting following error in the console and the disqus comments don't show up. !image And following is when i click on embed.js error !image Thanks
1 replies
NNuxt
Created by Baljeet Singh on 9/20/2024 in #❓・help
runtimeConfig not working when website deployed to netlify
No description
26 replies