Skip to content

Commit a3da1f9

Browse files
committed
chore: remove console.log
1 parent 730b53c commit a3da1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/[...slug].vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ definePageMeta({
44
})
55
const { path } = useRoute()
66
const { data } = await useAsyncData(`content-${path}`, () => queryContent().where({ _path: path }).findOne())
7-
console.log(data)
7+
88
useHead({
99
title: `${data?.value?.title} - Tres`,
1010
meta: [

0 commit comments

Comments
 (0)