Jason Shimkoski
Jason Shimkoski
This sounds similar to #1188.
Same issue. Wrapping `NuxtLayout` in a `` doesn't help. Dynamic routes in question look like this: * Parent page: `/pages/test/[id].vue` * Child page: `/pages/test/[id]/index.vue` Parent page has `` wrapped in...
First things first, I want to thank the Nuxt Content team for all of your hard work. You all are amazing developers. That said, I've run into this issue as...
I believe this to be related: https://github.com/nuxt/nuxt/discussions/16231 As you can see in that discussion, simply removing prefetch tags from my app increases its Lighthouse score by 20%. And I can...
Same issue. Wrapping `NuxtLayout` in a `` doesn't help. Dynamic routes in question look like this: * Parent page: `/pages/test/[id].vue` * Child page: `/pages/test/[id]/index.vue` Parent page has `` wrapped in...
Very interested in gaining access to the `Content-Disposition` header. That is something we need for our project.