diff --git a/gatsby-config.js b/gatsby-config.js index a80f7c5..c771ab0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,4 +1,4 @@ -const meta = require('./content/meta.json') +const meta = require('./src/data/meta.json') module.exports = { siteMetadata: { @@ -17,8 +17,8 @@ module.exports = { { resolve: 'gatsby-source-filesystem', options: { - name: 'content', - path: `${__dirname}/content/`, + name: 'data', + path: `${__dirname}/src/data/`, }, }, 'gatsby-transformer-json', diff --git a/gatsby-node.js b/gatsby-node.js index 2d2ed7d..6e2f32f 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -20,6 +20,7 @@ exports.createPages = ({ boundActionCreators, graphql }) => { GitHub Info Dribbble + Download } description techstack diff --git a/package.json b/package.json index ce8d8a4..587055f 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "0.1.0", "private": true, "dependencies": { - "gatsby": "^1.9.241", + "gatsby": "^1.9.248", "gatsby-link": "^1.6.39", "gatsby-plugin-google-analytics": "^1.0.28", "gatsby-plugin-react-helmet": "^2.0.8", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-sass": "^1.0.25", "gatsby-plugin-sitemap": "^1.2.20", - "gatsby-source-filesystem": "^1.5.28", + "gatsby-source-filesystem": "^1.5.29", "gatsby-transformer-json": "^1.0.16", "react-helmet": "^5.2.0", "react-markdown": "^3.3.0", diff --git a/src/components/molecules/ProjectTechstack.js b/src/components/molecules/ProjectTechstack.js index 5992a1f..9bb2ac6 100644 --- a/src/components/molecules/ProjectTechstack.js +++ b/src/components/molecules/ProjectTechstack.js @@ -5,7 +5,7 @@ import './ProjectTechstack.scss' const ProjectTechstack = ({ techstack }) => (

- Technologies The tech stack I was involved with. + Tools & Technologies The tech stack I was involved with.