We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee70aa commit d0a1d31Copy full SHA for d0a1d31
1 file changed
src/libraries/maintainers.ts
@@ -523,6 +523,19 @@ export const allMaintainers: Maintainer[] = [
523
website: 'https://florianpellet.com',
524
},
525
526
+ {
527
+ name: 'Brenley Dueck',
528
+ avatar: 'https://github.com/brenelz.png',
529
+ github: 'brenelz',
530
+ maintainerOf: ['start', 'router'],
531
+ frameworkExpertise: ['react', 'solid'],
532
+ specialties: [],
533
+ social: {
534
+ twitter: 'https://x.com/brenelz',
535
+ bluesky: 'https://bsky.app/profile/brenelz.com',
536
+ website: 'https://brenelz.com',
537
+ },
538
539
]
540
541
export const coreMaintainers = allMaintainers.filter(
0 commit comments