Fix minor bug

This commit is contained in:
Kevin Kandlbinder 2020-12-26 22:29:57 +01:00
parent 083febac19
commit db9bc81ebe

View file

@ -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