Add LinkedIn to social links

Adds linkedin.com to the socialLinks array in site.config.ts.
The LinkedIn icon now appears on the contact page, blog index,
blog post pages, header, and footer automatically.

https://claude.ai/code/session_019mp7rTrQPx9yxp17hgjsYb
This commit is contained in:
Claude
2026-04-06 10:04:17 +00:00
parent ddd0c22311
commit 628fbee257
+1
View File
@@ -75,6 +75,7 @@ const siteConfig: SiteConfig = {
socialLinks: [
'https://github.com/hansmartens68/Astro-Rocket',
'https://x.com/hansmartens_dev',
'https://www.linkedin.com',
],
twitter: {
site: 'https://x.com/hansmartens_dev',