Wicker
Wicker
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
idk with mdc has something similar i'm mentinoing this since you refered to nuxt/content
23 replies
NNuxt
Created by magius on 10/1/2024 in #❓・help
Error @nuxtjs/mdc on reload
Had a similar issue using nuxt content in the past. It randomly started giving the error you were getting adding this to nuxt config solved it content: { experimental: { clientDB: true, }, },
23 replies
NNuxt
Created by matthew on 10/15/2024 in #❓・help
nuxt dev doesn't load .env
Could you provide your nuxt config?
3 replies
NNuxt
Created by vinum on 4/3/2024 in #❓・help
Make `useRoute()` update in layout
Assuming it would look like this, i cant really answer you if i dont have the whole picture
const route = computed(()=>{
return useRoute().params.site
})
const route = computed(()=>{
return useRoute().params.site
})
15 replies