Skip to content

Commit 1f1106d

Browse files
committed
Update config
1 parent 67f4c37 commit 1f1106d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

gatsby-config.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ module.exports = {
99
title: 'Andydevs',
1010
description: `Software engineer by trade. Hobbyist programmer with wide
1111
experience in programming languages and frameworks. I graduated in 2020
12-
from Drexel University with a Bachelor's in Computer Engineering and I'm
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.`,
12+
from Drexel University with a Bachelor's in Computer Engineering.
13+
I'm most experienced in Python and JavaScript, although I'm continuously
14+
expanding my skillset and learning new things.`,
1615
contact: {
1716
email: 'akanshul97@gmail.com',
1817
linkedin: 'https://www.linkedin.com/in/anshul-kharbanda-03433712b/',
@@ -50,7 +49,6 @@ module.exports = {
5049
}
5150
}
5251
},
53-
5452
'gatsby-transformer-sharp',
5553
'gatsby-plugin-image',
5654
{
@@ -63,16 +61,13 @@ module.exports = {
6361
}
6462
}
6563
},
66-
67-
6864
{
6965
resolve: 'gatsby-source-contentful',
7066
options: {
7167
spaceId: 'ki8v6ao5nutn',
7268
accessToken: process.env.CONTENTFUL_ACCESS_TOKEN
7369
}
7470
},
75-
7671
{
7772
resolve: 'gatsby-source-filesystem',
7873
options: {

0 commit comments

Comments
 (0)