diff --git a/packages/frontendmu-nuxt/pages/team.vue b/packages/frontendmu-nuxt/pages/team.vue index 81904588..3a954e94 100644 --- a/packages/frontendmu-nuxt/pages/team.vue +++ b/packages/frontendmu-nuxt/pages/team.vue @@ -13,41 +13,29 @@ @@ -133,4 +121,5 @@ interface Contributor { } const contributors: Contributor[] = Contributors; +const NuxtLink = resolveComponent('NuxtLink')