docs(app): add target _blank only on external links

This commit is contained in:
Benjamin Canac
2024-12-10 14:42:18 +01:00
parent 206366a70e
commit e73f38d1d1

View File

@@ -122,7 +122,7 @@ const communityLinks = computed(() => [{
:key="link.label"
color="neutral"
variant="outline"
target="_blank"
:target="link.to.startsWith('http') ? '_blank' : undefined"
v-bind="link"
>
<template v-if="link.avatar" #leading>