Skip to content

Commit

Permalink
pages(yazilar/_slug): increase articles count
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 22, 2023
1 parent 6c0a575 commit 915bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/yazilar/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
const otherArticles = await $content("/")
.sortBy("gitCreatedAt", "desc")
.limit(6)
.limit(15)
.where({ slug: { $ne: slug } })
.fetch();
Expand Down

0 comments on commit 915bc1c

Please sign in to comment.