refactor link components
VS Code shows me errors on the usage of the ExternalLink and InternalLink components (e.g. in /components/MappingItemList.vue). It seems upset about how the :href and :to attributes are passed implicitely to the inner NuxtLink and components in ExternalLink and InternalLink respectively. I haven't fully understood these components yet, but maybe there is a way to avoid these errors and handle this more elegantly by using this: https://nuxt.com/docs/api/components/nuxt-link#overwriting-defaults ? ExternalLink and InternalLink seem to be only about the classes after all.
Edited by Leon Steinmeier