feat(social): ajoute le lien SoundCloud (Hero, Contact, SEO) + lien site Arboretum
All checks were successful
Deploy production / build-deploy (push) Successful in 24s

This commit is contained in:
Johan LEROY
2026-06-25 07:23:22 +02:00
parent bd569658d1
commit 8b2d823fdf
5 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ const jsonLd = {
image: ogImage,
email: social.email,
address: { "@type": "PostalAddress", addressLocality: "Nantes", addressCountry: "FR" },
sameAs: [social.github, social.linkedin, social.gitea],
sameAs: [social.github, social.linkedin, social.gitea, social.soundcloud],
knowsAbout: ["TypeScript", "NestJS", "Nuxt", "Next.js", "Vue.js", "Astro", "Docker", "AWS", "Terraform"],
};
---