handle uploaded profile pics
I'm struggling with pausing YouTube videos in a Nuxt carousel when navigating between slides.
``html
<iframe
v-if="slide.type === 'video'"
:src="${slide.mediaUrl}?enablejsapi=1`"
:title="slide.title"...How to get asset URLs in api event handlers?
supabase module, sign in and sign up server side. how to notify client to update session & user?
Nuxt OgImage Error on Cloudflare Workers
img tag, and it can't load the image inside it even though the image file is in the public directory :\
Can't load image https://<domain>.org/images/og-image.png?1747482715691: Unsupported image type: unknown
Can't load image https://<domain>.org/images/og-image.png?1747482715691: Unsupported image type: unknown
udrawer scroll when content is very long
useFetch return values are undefined
nuxt ui form validation, zod, validate only specific field not whole form
Having the fetch context (SSR) in a composable
turnstile module where to set options globally
Issues deploying to Azure SWA with Universal Rendering.
What happens if two modules have the same configKey?
defineNuxtModule section makes it seems like they get automatically merged?
"Support defaults and meta.configKey for automatically merging module options"...textarea round only left corners
Can I use useAsyncData for user interactions?
useAsyncData for data fetching.
However, I also want to fetch data in response to user interactions, such as submitting a form or clicking a button.
In these cases, should I still use $fetch, or is it appropriate to use useAsyncData as well?...How to reference custom logic when adding a template in my own Nuxt module?
addTemplate({...}), right before it I am calling my addPlugin(resolver.resolve(...)). Since this is going to be accessible through #build I do not know how to import it correctly? I've looked at existing code and it seems to be possible to import stuff from # and stuff installed in your package.json. How could I make my own #my-module module and expose it through there? I hope my question makes sense, thanks in advance.
Here's the relevant code:
```ts
setup(_options, _nuxt) {...Loading local postcss plugins
nuxt-seo - robots.txt error
Data Fetching Composable Advice
Nuxt ui drawer set z layer to lower than that of another object?