mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-07 09:05:47 +01:00
Fix titles
This commit is contained in:
@@ -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