mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 18:59:54 +01:00
feat: update project links to use redirect URLs for consistency
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user