mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +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
|
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 {
|
nodes {
|
||||||
lang
|
lang
|
||||||
urlname
|
urlname
|
||||||
|
|
Loading…
Add table
Reference in a new issue