Apply category

This commit is contained in:
samaradel
2021-03-31 15:41:26 +02:00
parent 4132e8d885
commit 864ad47251
5 changed files with 18 additions and 175 deletions

View File

@@ -102,7 +102,7 @@ module.exports = function(api) {
api.createPages(async({ graphql, createPage }) => {
const { data } = await graphql(`{
allProjectTag(filter: { title: {in: ["tech", "foundation"]}}) {
allProjectTag(filter: { title: {in: ["foundation"]}}) {
edges {
node {
id