mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 19:28:41 +01:00
fix: ajouter la configuration Schema.org pour le profil d'Arthur Danjou
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import { definePerson } from 'nuxt-schema-org/schema'
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
@@ -138,6 +140,25 @@ export default defineNuxtConfig({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
schemaOrg: {
|
||||||
|
identity: definePerson({
|
||||||
|
name: 'Arthur Danjou',
|
||||||
|
givenName: 'Arthur',
|
||||||
|
familyName: 'Danjou',
|
||||||
|
image: '/arthur.webp',
|
||||||
|
description: 'Research Engineer & Applied Mathematics Student. Focusing on AI Safety, Robustness, and Statistical Learning.',
|
||||||
|
jobTitle: 'Research Engineer & Applied Mathematics Student',
|
||||||
|
|
||||||
|
email: 'arthurdanjou@outlook.fr',
|
||||||
|
url: 'https://arthurdanjou.fr',
|
||||||
|
sameAs: [
|
||||||
|
'https://twitter.com/arthurdanj',
|
||||||
|
'https://github.com/arthurdanjou',
|
||||||
|
'https://linkedin.com/in/arthurdanjou'
|
||||||
|
]
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
seo: {
|
seo: {
|
||||||
redirectToCanonicalSiteUrl: true
|
redirectToCanonicalSiteUrl: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user