Hello everyone, I have this warning when I return to the home (/)
[nuxt] Calling `useRoute` within middleware may lead to misleading results. Instead, use the (to, from) arguments passed to the middleware to access the new and old routes.
[nuxt] Calling `useRoute` within middleware may lead to misleading results. Instead, use the (to, from) arguments passed to the middleware to access the new and old routes.
But the page at / is not concerned by this middleware
I have found on the an issue that says it is because I do not have index.md for the route but I have not need this