Skip to content

Commit fa4784d

Browse files
committed
add Core category
1 parent 3643ac0 commit fa4784d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/skills.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ import path from 'node:path';
99

1010
export type Skill = CollectionEntry<'skills'>;
1111

12-
/** Preferred category order — matches the upstream site. Unknown categories sort last, alphabetically. */
12+
/** Preferred category order. Unknown categories sort last, alphabetically. */
1313
const CATEGORY_ORDER = [
1414
'Architecture',
1515
'Auth',
16+
'Core',
1617
'DeFi',
1718
'Frontend',
1819
'Governance',

0 commit comments

Comments
 (0)