mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 06:29:25 +01:00
Update index.vue
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
const { locale } = useI18n()
|
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}`, () => {
|
const { data: page } = await useAsyncData(`/home/${locale.value}`, () => {
|
||||||
return queryCollection('main').path(`/home/${locale.value}`).first()
|
return queryCollection('main').path(`/home/${locale.value}`).first()
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user