Skip to content

Commit 59c25c3

Browse files
committed
feat: add mdx
1 parent 7df412c commit 59c25c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/constant.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,8 @@ export const baseBadges: BaseBadgeType[] = [
144144
title: 'Redux',
145145
backgroundColor: '#764ABC',
146146
},
147+
{
148+
title: 'MDX',
149+
backgroundColor: '#1B1F24',
150+
},
147151
];

0 commit comments

Comments
 (0)