How to keep scroll position when navigating from NuxtLink
Is it possible to tell Nuxt NOT to hit it's local apis and instead hit them externally?
Nuxt 3 on Vercel - SWR/ISR issues and
ERROR Error while importing module @nuxt/content: Error: Cannot find module 'zod-to-json-schema'
Functions gets called twice.
@source path blown up in module build
@source "./../../**/*.vue"
@source "./../../**/*.vue"
nuxt4 as pwa
How to disable default styles in nuxt
UCalendar theming in Nuxt UI 4.1: custom palette + day-cell hover/variants
Lazy data caching issue (reactivity)
``js
const getUserId = () => props.userId;
const uid = ${getUserId()}`; // caching refuses to work......
How do I create a ratelimit on h3?
Is it possible to register layers inside module?
moduleDependencies
for layers I have try with nuxt.options.extends but it's not work
one solution for me now is extends target layer directly to app separate from module...Cannot redefine property: _path

ShadCN vue ovveriding skeleton component

zod editor nuxt/content latest release
zod but when doing so, we no longer have access to the editor
```
dark: z.string().editor({ input: 'media' }),...IOS not adding images to file input
Extract children from li
<li> isn’t showing only the icons appear. Does anyone know what I’m doing wrong here?NuxtPage seem to work when using shadcn sidebar
<NuxtPage /> Nothing seems to render however it gets fixed when i use <slot/>. Is this expected or am i doing something wrong?
```vue
<script setup lang="ts">
import AppSidebar from "@/components/AppSidebar.vue"...RollupError related to Vue5.8.3(?)
[3:16:24 PM] ERROR node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs (1:7): "default" is not exported by "node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/index.mjs", imported by "node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs".
[3:16:24 PM] ERROR node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs (1:7): "default" is not exported by "node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/index.mjs", imported by "node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs".
