fix: ajouter l'organisation de travail pour le profil d'Arthur Danjou

This commit is contained in:
2026-01-02 20:40:56 +01:00
parent 8e17fc1e11
commit 6296297855

View File

@@ -155,7 +155,13 @@ export default defineNuxtConfig({
'https://twitter.com/arthurdanj',
'https://github.com/arthurdanjou',
'https://linkedin.com/in/arthurdanjou'
]
],
worksFor: {
'@type': 'Organization',
'name': 'Arthur Danjou',
'url': 'https://arthurdanjou.fr'
}
})
},