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.
2 parents 1f8e15b + 29482e3 commit 0167a9eCopy full SHA for 0167a9e
1 file changed
src/libraries/maintainers.ts
@@ -507,6 +507,19 @@ export const allMaintainers: Maintainer[] = [
507
},
508
workshopsAvailable: false,
509
510
+ {
511
+ name: 'Florian Pellet',
512
+ avatar: 'https://github.com/sheraff.png',
513
+ github: 'sheraff',
514
+ maintainerOf: ['start', 'router'],
515
+ frameworkExpertise: ['react'],
516
+ specialties: ['Performance'],
517
+ social: {
518
+ twitter: 'https://x.com/chaponflo',
519
+ bluesky: 'https://bsky.app/profile/sheraff.bsky.social',
520
+ website: 'https://florianpellet.com',
521
+ },
522
523
]
524
525
export const coreMaintainers = allMaintainers.filter(
0 commit comments