mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 20:19:35 +01:00
Merge socials into contact resource to eliminate duplication
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user