feat: update project links to use redirect URLs for consistency

This commit is contained in:
2025-09-09 12:51:28 +02:00
parent f1ba8657e7
commit f5a573f5ec
12 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ const { t } = useI18n()
>
<template #linkedin>
<PostLink
href="https://www.linkedin.com/in/arthurdanjou/"
href="https://go.arthurdanjou.fr/linkedin"
icon="i-ph-linkedin-logo-duotone"
label="LinkedIn"
target="_blank"
@@ -25,7 +25,7 @@ const { t } = useI18n()
</template>
<template #github>
<PostLink
href="https://github.com/arthurdanjou"
href="https://go.arthurdanjou.fr/github"
icon="i-ph-github-logo-duotone"
label="GitHub"
target="_blank"