diff --git a/gatsby-node.js b/gatsby-node.js index fbb5f88..febd5db 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -17,7 +17,6 @@ exports.createPages = async ({ graphql, actions }) => { adoptionsen: allContentfulAdoptions(filter: {node_locale: {eq: "en-US"}}) { edges { node { - urlPath names } } @@ -25,7 +24,6 @@ exports.createPages = async ({ graphql, actions }) => { adoptionsfr: allContentfulAdoptions(filter: {node_locale: {eq: "fr"}}) { edges { node { - urlPath names } } diff --git a/src/pages/adoptions.en.js b/src/pages/adoptions.en.js index 4d02932..8f32b90 100644 --- a/src/pages/adoptions.en.js +++ b/src/pages/adoptions.en.js @@ -53,7 +53,6 @@ export const query = graphql` description { raw } - urlPath } } } diff --git a/src/pages/adoptions.fr.js b/src/pages/adoptions.fr.js index 69ca655..23eebba 100644 --- a/src/pages/adoptions.fr.js +++ b/src/pages/adoptions.fr.js @@ -53,7 +53,6 @@ export const query = graphql` description { raw } - urlPath } } }