added hrt experience and hidden blog posts
This commit is contained in:
parent
f36b168aa0
commit
4a86b2941f
3 changed files with 65 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ useSeoMeta({
|
|||
ogDescription: "My personal website.",
|
||||
});
|
||||
|
||||
var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1}).limit(3).find())
|
||||
var { data } = await useAsyncData('home', () => queryContent('blog').where({hidden : {$not : true}}).sort({id:-1}).limit(3).find())
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue