fix gitea action
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m1s

This commit is contained in:
vorpax
2026-01-05 23:10:37 +01:00
parent a72710c863
commit 960ab1a20f
5 changed files with 10 additions and 1 deletions

BIN
public/assets/hec-ia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -14,5 +14,13 @@
"image": "/assets/social/social-linkedin.png",
"url": "https://www.linkedin.com/in/alexandre-houard-686960279/",
"isShow": true
},
{
"id": 3,
"name": "Gitea",
"username": "vorpax",
"image": "/assets/social/social-gitea.png",
"url": "https://gitea.vorpax.dev/vorpax",
"isShow": true
}
]

View File

@@ -22,6 +22,7 @@ export const siteConfig = {
social: {
github: "https://github.com/vorpax",
linkedin: "https://www.linkedin.com/in/alexandre-houard-686960279/",
gitea: "https://gitea.vorpax.dev/vorpax"
},
};

View File

@@ -80,7 +80,7 @@ import Explore from "@/components/sections/Explore.astro";
data-aos-duration="600"
data-aos-once="true"
>
<SocialCard displaySocialIds={[1, 2]} />
<SocialCard displaySocialIds={[1, 2, 3]} />
</div>
</div>