mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-24 21:52:07 +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"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
label="ArtStatus"
|
||||
trailing-icon="i-simple-icons-uptimekuma"
|
||||
variant="link"
|
||||
to="https://status.arthurdanjou.fr"
|
||||
to="https://go.arthurdanjou.fr/status"
|
||||
target="_blank"
|
||||
class="p-0"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user