For all pages, I need the locale prefix. But for the profile page, I want to ignore it.
All pages except profile
/{en|da|sv}/path
Profile page
/peter.hansen
I select prefix strategies at nuxt-i18n configuration option. Is there any solution for that?