-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fae7a1d
commit 31afee9
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ module.exports = { | |
manifestDisplay: 'standalone', | ||
manifestIcon: 'src/assets/img/website-icon.png', | ||
pathPrefix: `/gatsby-starter-paradigmshift/`, // This path is subpath of your hosting https://domain/portfolio | ||
heading: 'Anubhav', | ||
subHeading: 'Web Developer', | ||
heading: 'Anubhav Srivastava', | ||
subHeading: 'Full time Web Developer. Part time Open source contributor ', | ||
// social | ||
socialLinks: [ | ||
{ | ||
|
@@ -27,10 +27,8 @@ module.exports = { | |
name: 'Facebook', | ||
url: 'https://facebook.com/theanubhav', | ||
}, | ||
{ | ||
icon: 'fa-envelope-o', | ||
name: 'Email', | ||
url: 'mailto:[email protected]', | ||
}, | ||
], | ||
emailId: '[email protected]', | ||
phone: '020182389123', | ||
address: '11 Ashiyana, Mumbai, India', | ||
}; |