Skip to content

Commit 0167a9e

Browse files
committed
Merge branch 'main' into blog-filters
2 parents 1f8e15b + 29482e3 commit 0167a9e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,19 @@ export const allMaintainers: Maintainer[] = [
507507
},
508508
workshopsAvailable: false,
509509
},
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+
},
510523
]
511524

512525
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)