CharlesBT

Results 8 comments of CharlesBT

Hi I have the same issue using NuxtErrorBoundary around NuxtPage 👍 ``` ``` Any idea or workaround ?

using workaround given by @pi0 here : https://github.com/nuxt/nuxt/issues/23334#issuecomment-1752170942 This workaround has nasty side effect: 1- nuxt prepare doesn't generate ts.config files in ./.nuxt folder 2- nuxt-vitest stop working properly

Thanks for your insights, after a few try, I think I got it right working also with hierachy /locale/../.../page.md ```vue import type { ParsedContent } from "@nuxt/content/dist/runtime/types"; const { params:...

I have the same issue that occured recently

For electron-builder users, @mifi just released a patch that fix 'Failed to staple your application with code: 65' [ have found a patch which solved : Failed to staple your...

same problem with v1.7.0 1.7.1 and 1.8.0, whereas is was working last month with 1.7.1, it seems a dependency has changed under the hood. I have tested to force sharp...

Adding "ipx": "3.0.1" as devdependencies solveed the issue of prerendering images in the public folder under _ipx BUT doesn't help on images hosted on an external blob storage like Azure...