mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 10:29:25 +01:00
Add seo description
This commit is contained in:
@@ -3,3 +3,11 @@
|
|||||||
<ContentDoc path="/" />
|
<ContentDoc path="/" />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user