Skip to content

Commit bdd5a7d

Browse files
author
Bryce Flory
committed
config update to remove hard code of creds
1 parent 3b5b893 commit bdd5a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
{
3636
resolve: `gatsby-source-instagram`,
3737
options: {
38-
username: `jedifunk`,
38+
username: Config.social.iGUsername,
3939
},
4040
},
4141
{

0 commit comments

Comments
 (0)