mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Fix titles
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<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',
|
||||
title: 'Arthur Danjou | Mathematics Lover and IA Enthusiast',
|
||||
description
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -14,6 +14,10 @@ const { copy, copied } = useClipboard({
|
||||
source: `https://arthurdanjou.fr/writing/${route.params.slug}`,
|
||||
copiedDuring: 4000
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: `${post.value!.title ?? 'Untitled'} | Arthur Danjou`
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user