diff --git a/app/app.vue b/app/app.vue index 40a139f..4c606b1 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,6 +1,13 @@ diff --git a/app/pages/hobbies.vue b/app/pages/hobbies.vue index a75fbb9..b4936d0 100644 --- a/app/pages/hobbies.vue +++ b/app/pages/hobbies.vue @@ -2,6 +2,14 @@ const { data: page } = await useAsyncData('hobbies', () => { return queryCollection('hobbies').first() }) + +useSeoMeta({ + title: 'Balance & Perspectives', + description: 'Beyond the code. Exploring how competitive sports, motorsports strategy, and cultural experiences fuel my research resilience and cognitive flexibility.', + ogTitle: 'Balance & Perspectives • Arthur Danjou', + ogDescription: 'Beyond the code. Exploring how competitive sports, motorsports strategy, and cultural experiences fuel my research resilience and cognitive flexibility.', + twitterCard: 'summary_large_image' +})