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