Skip to content

Commit

Permalink
Fix gatsby config fileName.
Browse files Browse the repository at this point in the history
Add gatsby-node fileName to existing gatsby icon
  • Loading branch information
Eli Levit committed Jan 27, 2019
1 parent bf75496 commit 79d8cda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ export const fileIcons: FileIcons = {
{ name: 'dotjs', fileExtensions: ['def', 'dot', 'jst'] },
{ name: 'ejs', fileExtensions: ['ejs'] },
{ name: 'sequelize', fileNames: ['.sequelizerc'] },
{ name: 'gatsby', fileNames: ['gatsby.config.js'] },
{ name: 'gatsby', fileNames: ['gatsby-config.js'] },
{ name: 'gatsby', fileNames: ['gatsby-node.js'] },
{ name: 'wakatime', fileNames: ['.wakatime-project'], fileExtensions: ['.wakatime-project'], light: true },
{ name: 'circleci', fileNames: ['circle.yml'], light: true },
{ name: 'cloudfoundry', fileNames: ['.cfignore'] },
Expand Down

0 comments on commit 79d8cda

Please sign in to comment.