Add seo description

This commit is contained in:
2024-06-21 13:09:43 +02:00
parent b36a2e05ae
commit 7d03126a77

View File

@@ -3,3 +3,11 @@
<ContentDoc path="/" />
</main>
</template>
<script lang="ts" setup>
const description = 'I\'m Arthur, a Mathematics lover and IA enthusiast. I\'m currently studying at the University of Paris-Saclay. I\'m passionate about Mathematics, Computer Science, and Artificial Intelligence.'
useSeoMeta({
title: 'Arthur Danjou - Mathematics Lover and IA Enthusiast',
description
})
</script>