mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 14:07:37 +01:00
Translate all portfolio
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<main class="!max-w-none prose dark:prose-invert">
|
||||
<ContentDoc path="/" />
|
||||
<ContentDoc :path="`/home/${locale}`" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const { locale } = useI18n()
|
||||
|
||||
useSeoMeta({
|
||||
title: 'Arthur Danjou • Mathematics Lover and IA Enthusiast',
|
||||
titleTemplate: '%s',
|
||||
|
||||
Reference in New Issue
Block a user