@@ -10,10 +10,9 @@ module.exports = {
1010 description : `Software engineer by trade. Hobbyist programmer with wide
1111 experience in programming languages and frameworks. I graduated in 2020
1212 from Drexel University with a Bachelor's in Computer Engineering and I'm
13- currently working as #jobTitle for #company. I'm also a CompTIA A+
14- certified computer technician. I'm most experienced in Python, JavaScript,
15- and C++, although I'm continuously expanding my skillset and learning new
16- things.` ,
13+ currently working as #jobTitle for #company. I'm most experienced in
14+ Python and JavaScript, although I'm continuously expanding my skillset
15+ and learning new things.` ,
1716 contact : {
1817 email : 'akanshul97@gmail.com' ,
1918 linkedin : 'https://www.linkedin.com/in/anshul-kharbanda-03433712b/' ,
@@ -64,6 +63,13 @@ module.exports = {
6463 'gatsby-plugin-react-helmet' ,
6564 'gatsby-plugin-scroll-reveal' ,
6665 'gatsby-transformer-yaml' ,
66+ {
67+ resolve : 'gatsby-source-contentful' ,
68+ options : {
69+ spaceId : 'ki8v6ao5nutn' ,
70+ accessToken : process . env . CONTENTFUL_ACCESS_TOKEN
71+ }
72+ } ,
6773 {
6874 resolve : 'gatsby-source-filesystem' ,
6975 options : {
0 commit comments