terms. md and warn.md documents inside content/legal/. I call these with <ContentDoc /> inside pages/[...slug].vue . And I can access them in localhost:300/legal/terms and localhost:300/legal/warn. The trouble comes when combining to the i18n module with this pages translations./legal%2FtermsNuxtLink :to="localePath({ name: 'slug', params: { slug: 'legal/terms' } })" class="mr-4">{{ t("Terms") }}</NuxtLink>pages/[...slug].vue file inside a new pages/legal folder? What would be the best approach for this?