Merge socials into contact resource to eliminate duplication

Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-14 22:14:59 +00:00
parent cbc93091e5
commit b7f6eaafc4
5 changed files with 23 additions and 104 deletions

View File

@@ -18,7 +18,8 @@
{
"name": "GitHub",
"icon": "i-ph:github-logo-duotone",
"value": "https://go.arthurdanjou.fr/github"
"value": "https://go.arthurdanjou.fr/github",
"username": "ArthurDanjou"
},
{
"name": "Twitter",
@@ -29,6 +30,21 @@
"name": "Discord",
"icon": "i-ph:discord-logo-duotone",
"value": "https://go.arthurdanjou.fr/discord"
},
{
"name": "Personal Website",
"icon": "i-ph:globe-duotone",
"value": "https://arthurdanjou.fr"
},
{
"name": "MCP Server",
"icon": "i-ph:globe-duotone",
"value": "https://mcp.arthurdanjou.fr"
},
{
"name": "Status Page",
"icon": "i-ph:activity-duotone",
"value": "https://go.arthurdanjou.fr/status"
}
]
}