In the midst of configuring the routing for my Nuxt project, I've encountered challenges with nesting specific folders to achieve a route structure like this: "/PageAccueil/PricingPage/Checkout123".
The issue arises when attempting to place the "PricingPage" folder within the "PageAccueil" folder and then inserting the Checkout123.vue file inside it. Suddenly, all the images embedded in my component vanish. The console displays a 404 error indicating that the image cannot be located despite specifying the correct path.
Interestingly, I do not encounter this problem when using Google images, as Nuxt successfully retrieves them. It seems to have difficulty locating images stored locally on my machine.
If anyone has insights into what might be causing this dilemma, I would greatly appreciate your input. Just so you know, I am utilizing Nuxt 3.
@Robolivier, could you kindly weigh in on this issue?