definePageMeta and the redirect function, but my app needs i18n and when I try$localePath is not a function. If I replace const { $localePath } = useNuxtApp(); with const localePath = useLocalePath(); I get another error "error caught during app initialization Error: i18n context is not initialized. Ensure the i18n plugin is installed and the composable is used within a Vue component or setup function.".localePath in definePageMeta context at all ? If not, how should I tackle i18n and redirection using named routes and not absolute paths ?Join the Discord to ask follow-up questions and connect with the community