Add filters

This commit is contained in:
samaradel
2021-04-01 13:52:21 +02:00
parent 17939dbd49
commit f177b95f1e
7 changed files with 28 additions and 24 deletions

View File

@@ -102,8 +102,8 @@ module.exports = function(api) {
api.createPages(async({ graphql, createPage }) => {
const { data } = await graphql(`{
allProjectTag(filter: { title: {in: ["foundation"]}}) {
edges {
allProjectTag(filter: { title: {in: ["blockchain", "experience", "technology", "farming", "community", "infrastructure", "impact"]}}) {
edges {
node {
id
path