Skip to content

Commit

Permalink
chore: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
gjssss committed Oct 15, 2024
1 parent 8063dc1 commit caae362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...path].vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = paths.join('/')
const { data, error } = await useAsyncData(path, () => queryContent(path).findOne())
useHead({
title: data.value?.title ? `GJSSSS | ${data.value.title}` : 'GJSSSS',
title: data.value?.title ? `超级巨星飞飞 | ${data.value.title}` : '超级巨星飞飞',
})
</script>

Expand Down

0 comments on commit caae362

Please sign in to comment.