We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643ac0 commit fa4784dCopy full SHA for fa4784d
1 file changed
src/lib/skills.ts
@@ -9,10 +9,11 @@ import path from 'node:path';
9
10
export type Skill = CollectionEntry<'skills'>;
11
12
-/** Preferred category order — matches the upstream site. Unknown categories sort last, alphabetically. */
+/** Preferred category order. Unknown categories sort last, alphabetically. */
13
const CATEGORY_ORDER = [
14
'Architecture',
15
'Auth',
16
+ 'Core',
17
'DeFi',
18
'Frontend',
19
'Governance',
0 commit comments