Skip to content

Commit

Permalink
use filename patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Jan 18, 2025
1 parent 0941bc2 commit e15b8c5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2258,12 +2258,9 @@ export const fileIcons: FileIcons = {
},
{
name: 'contentlayer',
fileNames: [
'contentlayer.config.ts',
'contentlayer.config.js',
'contentlayer.config.mjs',
'contentlayer.config.mts',
],
patterns: {
'contentlayer.config': FileNamePattern.Ecmascript,
},
},
{
name: 'phpunit',
Expand Down

0 comments on commit e15b8c5

Please sign in to comment.