Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoude5 committed Sep 30, 2024
1 parent d3091ae commit a924f0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ exports.createPages = async ({ graphql, actions }) => {
adoptionsen: allContentfulAdoptions(filter: {node_locale: {eq: "en-US"}}) {
edges {
node {
urlPath
names
}
}
}
adoptionsfr: allContentfulAdoptions(filter: {node_locale: {eq: "fr"}}) {
edges {
node {
urlPath
names
}
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/adoptions.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const query = graphql`
description {
raw
}
urlPath
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/adoptions.fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const query = graphql`
description {
raw
}
urlPath
}
}
}
Expand Down

0 comments on commit a924f0c

Please sign in to comment.