Files
artsite/app/pages/index.vue
2024-06-21 16:01:15 +02:00

14 lines
459 B
Vue

<template>
<main class="!max-w-none prose dark:prose-invert">
<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>