mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
Fix minor bug
This commit is contained in:
parent
083febac19
commit
db9bc81ebe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const query = graphql`
|
|||
contactGitHub
|
||||
}
|
||||
}
|
||||
allProjectsJson(filter: {lang: {eq: $language}, featured: {ne: null}}, sort: {fields: featured, order: ASC}) {
|
||||
allProjectsJson(filter: {lang: {eq: $language}, featured: {gte: 0}}, sort: {fields: featured, order: ASC}) {
|
||||
nodes {
|
||||
lang
|
||||
urlname
|
||||
|
|
Loading…
Add table
Reference in a new issue