CharlesBT
CharlesBT
+1 same issue after upgrading to 3.9
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:...