We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730b53c commit a3da1f9Copy full SHA for a3da1f9
pages/[...slug].vue
@@ -4,7 +4,7 @@ definePageMeta({
4
})
5
const { path } = useRoute()
6
const { data } = await useAsyncData(`content-${path}`, () => queryContent().where({ _path: path }).findOne())
7
-console.log(data)
+
8
useHead({
9
title: `${data?.value?.title} - Tres`,
10
meta: [
0 commit comments