Update index.vue

This commit is contained in:
2025-07-04 13:29:25 +02:00
committed by GitHub
parent 46ccd134c3
commit a6d73bf3f4

View File

@@ -1,6 +1,11 @@
<script lang="ts" setup>
const { locale } = useI18n()
useSeoMeta({
title: 'Arthur Danjou - AI enjoyer and Maths student',
description: 'Developer enjoying Artificial Intelligence and Machine Learning. Mathematics Student at Paris Dauphine-PSL University specialised in Statistics',
})
const { data: page } = await useAsyncData(`/home/${locale.value}`, () => {
return queryCollection('main').path(`/home/${locale.value}`).first()
}, {