mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-17 16:09:24 +01:00
14 lines
465 B
Vue
14 lines
465 B
Vue
<template>
|
|
<main class="!max-w-none prose dark:prose-invert">
|
|
<ContentDoc path="/" />
|
|
</main>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
useSeoMeta({
|
|
title: 'Arthur Danjou • Mathematics Lover and IA Enthusiast',
|
|
titleTemplate: '%s',
|
|
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.'
|
|
})
|
|
</script>
|