Skip to content

Commit

Permalink
🔥 updating graphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysn4Irix committed Oct 18, 2022
1 parent efafb7d commit 9d7a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const load = async () => {

const { posts } = await hygraph.request(
`query Posts {
posts(orderBy: publishedAt_DESC) {
posts(orderBy: createdAt_DESC) {
id
slug
title
Expand Down

1 comment on commit 9d7a4d6

@vercel
Copy link

@vercel vercel bot commented on 9d7a4d6 Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blogy – ./

blogy-ysn4irix.vercel.app
blogyy.vercel.app
blogy-git-main-ysn4irix.vercel.app

Please sign in to comment.