Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
gocadimic authored Oct 3, 2024
1 parent 4147d6c commit d0aa1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/news/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
.only([
'image', 'title', 'subtitle', 'url', 'by', 'date', 'tags', 'slug', 'excerpt'
])
.sortBy('createdAt','desc')
.sortBy('date','desc')
.fetch()
const tags = new Set()
Expand Down

0 comments on commit d0aa1ca

Please sign in to comment.