NuxtLink `to` prop includes file names instead of paths
NuxtLink
. I was expecting to see the list of route paths in the to
prop but instead I'm seeing file names. This becomes a bit trickier if I use route groups, as the file name will contain a segment that isn't part of the path. It's easy enough to ignore autocomplete and just add the expected path, but it seems like the type may not be generated as intended.
Is this a known limitation/issue, or is there something I may need to configure so the type is generated from all available route paths?...
Prisma error using nuxt
npm run dev
ERROR: Could not resolve ".prisma/client/index-browser"
ERROR: Could not resolve ".prisma/client/index-browser"
Generate SiteMap with api and Nuxt/sitemap
Redirect urls with multiple slashes in the middle of url with status code 301
how to extend nuxt security headers after build using enviroment vars?
Using Nuxt with Sequelize? Implementation.
$fetch not working with the new shared folder properly
"/api/v1/data/agents": <no response> Failed to parse URL from /api/v1/data/agents
Slow intellisense/suggestions. @nuxt/ui
How to manage or change the size of LCircle?
How the best way or easy to import a component on the page of NuxtJS3?
A way to disable layer plugins?
Will the environment variables from the project can be fiddle on the browser by user?
Page transitions occur after content has loaded between pages that re-use components
How can I share a custom data fetching composable between pages and components?
Nuxt 3 with WebStorm : TypeScript errors are not displayed

Tips to reduce Edge requests & Vercel costs?
New user
Conditionnal nuxt ui button size with tailwind media query
How can I process some data on server-side and send it to the client-side