Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: add slug to author query
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Aug 7, 2023
1 parent a53e66e commit a34d646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@
"access": "public"
},
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}
}
1 change: 1 addition & 0 deletions packages/karbon/src/runtime/api/article.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const GetArticle = gql`
authors {
id
bio
slug
socials
avatar
email
Expand Down

0 comments on commit a34d646

Please sign in to comment.