owljackob
owljackob
NNuxt
Created by owljackob on 9/6/2024 in #❓・help
Nuxt Content Reactive fetching
What would be the best way to use Nuxt Content if I need to make changes to the query based on user interaction? Like filters, ... I know this can be done with watchers, manual refetching, ..., but I would like to explore other solutions as even ContentList doesn't seem to be reactive, or at least its query.
1 replies
NNuxt
Created by owljackob on 5/18/2024 in #❓・help
Nuxt Image and Azure Static Web Apps
Hi there, I can't get it to work. When I use NuxtImg instead of img it always returns 404 ipx. Is there any way to solve this? The image is in a public directory.
5 replies
NNuxt
Created by owljackob on 4/12/2024 in #❓・help
Pass property using navigateTo
I have a list where each item is clickable. I would like to pass a property (string) that has been fetched and pass it to the page that navigateTo navigates. It's [...slug] and I would like to access that property there (if value exists). Could anyone please give me a hint how to achieve that?
7 replies