diff --git a/index.html b/index.html index 3e8bd60..cf6094a 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Arthur Danjou - My Résumé - +
diff --git a/src/App.vue b/src/App.vue index 7639415..6698500 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { useHead } from '@vueuse/head' useHead({ title: 'Arthur Danjou - My Résumé', meta: [ - { name: 'description', content: 'See my technology resume' }, + { name: 'description', content: 'Check my technology résumé' }, ], })