Skip to content

Commit 0b099e4

Browse files
committed
Update sponsor links to point to GitHub profiles and encode usernames
1 parent 8d2c9be commit 0b099e4

2 files changed

Lines changed: 42 additions & 38 deletions

File tree

sponsor.config.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,15 @@ export default defineConfig({
163163
? 'small'
164164
: 'none';
165165

166-
const profileUrl = `https://github.com/${sponsorEntry.sponsor.login}`;
166+
const profileUrl = `https://github.com/${encodeURIComponent(sponsorEntry.sponsor.login)}`;
167+
const canUseCustomOrWebsiteLink =
168+
sponsorEntry.monthlyDollars >= BRONZE_TIER_THRESHOLD;
169+
const link = canUseCustomOrWebsiteLink
170+
? customization?.link ||
171+
sponsorEntry.sponsor.websiteUrl ||
172+
sponsorEntry.sponsor.linkUrl ||
173+
profileUrl
174+
: profileUrl;
167175

168176
const tierLevel =
169177
TIERS.length -
@@ -190,11 +198,7 @@ export default defineConfig({
190198
createdAt: sponsorEntry.createdAt,
191199
tierTitle: tier.title,
192200
tierLevel: tierLevel,
193-
link:
194-
customization?.link ||
195-
sponsorEntry.sponsor.websiteUrl ||
196-
sponsorEntry.sponsor.linkUrl ||
197-
profileUrl,
201+
link: link,
198202
org: sponsorEntry.sponsor.type === 'Organization',
199203
sidebarSize: sidebarSize,
200204
sidebarLogo:

sponsors.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"createdAt": "2025-10-24T13:08:54Z",
7373
"tierTitle": "Generous Sponsors",
7474
"tierLevel": 3,
75-
"link": "https://lnmarkets.com",
75+
"link": "https://github.com/ln-markets",
7676
"org": true,
7777
"sidebarSize": "none",
7878
"sidebarLogo": "https://avatars.githubusercontent.com/u/70597625?v=4"
@@ -98,7 +98,7 @@
9898
"createdAt": "2026-02-19T13:13:45Z",
9999
"tierTitle": "Sponsors",
100100
"tierLevel": 2,
101-
"link": "https://scrumplex.net",
101+
"link": "https://github.com/Scrumplex",
102102
"org": false,
103103
"sidebarSize": "none",
104104
"sidebarLogo": "https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&v=4"
@@ -137,7 +137,7 @@
137137
"createdAt": "2025-11-02T13:17:28Z",
138138
"tierTitle": "Sponsors",
139139
"tierLevel": 2,
140-
"link": "https://peter-adam.de",
140+
"link": "https://github.com/peter-adam-dy",
141141
"org": false,
142142
"sidebarSize": "none",
143143
"sidebarLogo": "https://avatars.githubusercontent.com/u/132129459?u=4f3dbbb3b443990b56acb7d6a5d11ed2c555f6db&v=4"
@@ -150,7 +150,7 @@
150150
"createdAt": "2025-10-26T15:57:48Z",
151151
"tierTitle": "Sponsors",
152152
"tierLevel": 2,
153-
"link": "https://ryan.ceo",
153+
"link": "https://github.com/R44VC0RP",
154154
"org": false,
155155
"sidebarSize": "none",
156156
"sidebarLogo": "https://avatars.githubusercontent.com/u/89211796?u=1857347b9787d8d8a7ea5bfc333f96be92d5a683&v=4"
@@ -176,7 +176,7 @@
176176
"createdAt": "2025-10-19T00:51:05Z",
177177
"tierTitle": "Sponsors",
178178
"tierLevel": 2,
179-
"link": "https://blacklight.sh",
179+
"link": "https://github.com/K-Mistele",
180180
"org": false,
181181
"sidebarSize": "none",
182182
"sidebarLogo": "https://avatars.githubusercontent.com/u/18430555?u=3afebeb81de666e35aaac3ed46f14159d7603ffb&v=4"
@@ -189,7 +189,7 @@
189189
"createdAt": "2025-10-10T12:34:54Z",
190190
"tierTitle": "Sponsors",
191191
"tierLevel": 2,
192-
"link": "https://letstri.dev",
192+
"link": "https://github.com/letstri",
193193
"org": false,
194194
"sidebarSize": "none",
195195
"sidebarLogo": "https://avatars.githubusercontent.com/u/13253748?u=c7b10399ccc8f8081e24db94ec32cd9858e86ac3&v=4"
@@ -215,7 +215,7 @@
215215
"createdAt": "2025-05-16T04:26:52Z",
216216
"tierTitle": "Sponsors",
217217
"tierLevel": 2,
218-
"link": "https://cra.mr",
218+
"link": "https://github.com/dcramer",
219219
"org": false,
220220
"sidebarSize": "none",
221221
"sidebarLogo": "https://avatars.githubusercontent.com/u/23610?v=4"
@@ -228,7 +228,7 @@
228228
"createdAt": "2025-05-13T10:18:05Z",
229229
"tierTitle": "Sponsors",
230230
"tierLevel": 2,
231-
"link": "https://laststance.io",
231+
"link": "https://github.com/ryota-murakami",
232232
"org": false,
233233
"sidebarSize": "none",
234234
"sidebarLogo": "https://avatars.githubusercontent.com/u/5501268?u=599389e03340734325726ca3f8f423c021d47d7f&v=4"
@@ -267,7 +267,7 @@
267267
"createdAt": "2025-04-16T15:07:31Z",
268268
"tierTitle": "Sponsors",
269269
"tierLevel": 2,
270-
"link": "https://supastarter.dev",
270+
"link": "https://github.com/supastarter",
271271
"org": true,
272272
"sidebarSize": "none",
273273
"sidebarLogo": "https://avatars.githubusercontent.com/u/110960143?v=4"
@@ -293,7 +293,7 @@
293293
"createdAt": "2025-03-23T23:18:55Z",
294294
"tierTitle": "Sponsors",
295295
"tierLevel": 2,
296-
"link": "https://soymilk.party",
296+
"link": "https://github.com/u1-liquid",
297297
"org": false,
298298
"sidebarSize": "none",
299299
"sidebarLogo": "https://avatars.githubusercontent.com/u/17376330?u=de3353804be889f009f7e0a1582daf04d0ab292d&v=4"
@@ -319,7 +319,7 @@
319319
"createdAt": "2026-01-28T05:37:06Z",
320320
"tierTitle": "Backers",
321321
"tierLevel": 1,
322-
"link": "https://aneesiqbal.ai",
322+
"link": "https://github.com/steelbrain",
323323
"org": false,
324324
"sidebarSize": "none",
325325
"sidebarLogo": "https://avatars.githubusercontent.com/u/4278113?u=22b80b5399eed68ac76cd58b02961b0481f1db11&v=4"
@@ -332,7 +332,7 @@
332332
"createdAt": "2026-01-19T21:33:37Z",
333333
"tierTitle": "Backers",
334334
"tierLevel": 1,
335-
"link": "https://rigtch.fm",
335+
"link": "https://github.com/Mnigos",
336336
"org": false,
337337
"sidebarSize": "none",
338338
"sidebarLogo": "https://avatars.githubusercontent.com/u/56691628?u=ee8c879478f7c151b9156aef6c74243fa3e247a8&v=4"
@@ -358,7 +358,7 @@
358358
"createdAt": "2025-11-18T05:36:22Z",
359359
"tierTitle": "Backers",
360360
"tierLevel": 1,
361-
"link": "https://lee-sam.com",
361+
"link": "https://github.com/SSam0419",
362362
"org": false,
363363
"sidebarSize": "none",
364364
"sidebarLogo": "https://avatars.githubusercontent.com/u/102863520?u=3c89611f549d5070be232eb4532f690c8f2e7a65&v=4"
@@ -371,7 +371,7 @@
371371
"createdAt": "2025-10-24T18:29:25Z",
372372
"tierTitle": "Backers",
373373
"tierLevel": 1,
374-
"link": "http://ballingt.com",
374+
"link": "https://github.com/thomasballinger",
375375
"org": false,
376376
"sidebarSize": "none",
377377
"sidebarLogo": "https://avatars.githubusercontent.com/u/458879?u=4b045ac75d721b6ac2b42a74d7d37f61f0414031&v=4"
@@ -410,7 +410,7 @@
410410
"createdAt": "2025-10-03T12:33:00Z",
411411
"tierTitle": "Backers",
412412
"tierLevel": 1,
413-
"link": "https://kevinporten.dev",
413+
"link": "https://github.com/kporten",
414414
"org": false,
415415
"sidebarSize": "none",
416416
"sidebarLogo": "https://avatars.githubusercontent.com/u/1839345?u=dc2263d5cfe0d927ce1a0be04a1d55dd6b55405c&v=4"
@@ -449,7 +449,7 @@
449449
"createdAt": "2025-04-12T08:00:55Z",
450450
"tierTitle": "Backers",
451451
"tierLevel": 1,
452-
"link": "https://robbevaes.be",
452+
"link": "https://github.com/Robbe95",
453453
"org": false,
454454
"sidebarSize": "none",
455455
"sidebarLogo": "https://avatars.githubusercontent.com/u/44748019?u=e0232402c045ad4eac7cbd217f1f47e083103b89&v=4"
@@ -462,7 +462,7 @@
462462
"createdAt": "2025-04-30T09:57:34Z",
463463
"tierTitle": "Backers",
464464
"tierLevel": 1,
465-
"link": "https://piscis.dev",
465+
"link": "https://github.com/piscis",
466466
"org": false,
467467
"sidebarSize": "none",
468468
"sidebarLogo": "https://avatars.githubusercontent.com/u/326163?u=b245f368bd940cf51d08c0b6bf55f8257f359437&v=4"
@@ -475,7 +475,7 @@
475475
"createdAt": "2026-01-19T11:54:08Z",
476476
"tierTitle": "Past Sponsors",
477477
"tierLevel": 0,
478-
"link": "https://illarionvk.com",
478+
"link": "https://github.com/illarionvk",
479479
"org": false,
480480
"sidebarSize": "none",
481481
"sidebarLogo": "https://avatars.githubusercontent.com/u/5012724?u=7cfa13652f7ac5fb3c56d880e3eb3fbe40c3ea34&v=4"
@@ -488,7 +488,7 @@
488488
"createdAt": "2025-11-17T14:33:48Z",
489489
"tierTitle": "Past Sponsors",
490490
"tierLevel": 0,
491-
"link": "https://dun.gg",
491+
"link": "https://github.com/laduniestu",
492492
"org": false,
493493
"sidebarSize": "none",
494494
"sidebarLogo": "https://avatars.githubusercontent.com/u/44757637?u=a2fc1ea8f7d827a96721176f79d30592d1c48059&v=4"
@@ -514,7 +514,7 @@
514514
"createdAt": "2025-11-04T17:26:27Z",
515515
"tierTitle": "Past Sponsors",
516516
"tierLevel": 0,
517-
"link": "https://fabworks.com",
517+
"link": "https://github.com/FabworksHQ",
518518
"org": true,
519519
"sidebarSize": "none",
520520
"sidebarLogo": "https://avatars.githubusercontent.com/u/160179500?v=4"
@@ -540,7 +540,7 @@
540540
"createdAt": "2025-10-25T02:59:20Z",
541541
"tierTitle": "Past Sponsors",
542542
"tierLevel": 0,
543-
"link": "https://robsoriano.com",
543+
"link": "https://github.com/wobsoriano",
544544
"org": false,
545545
"sidebarSize": "none",
546546
"sidebarLogo": "https://avatars.githubusercontent.com/u/13049130?u=6d72104182e7c9ed25934815313fb69107332111&v=4"
@@ -566,7 +566,7 @@
566566
"createdAt": "2025-10-12T11:26:42Z",
567567
"tierTitle": "Past Sponsors",
568568
"tierLevel": 0,
569-
"link": "https://nelsonlai.dev",
569+
"link": "https://github.com/nelsonlaidev",
570570
"org": false,
571571
"sidebarSize": "none",
572572
"sidebarLogo": "https://avatars.githubusercontent.com/u/75498339?u=2fc0e0b95dd184c5ffb744df977cb15a18b60672&v=4"
@@ -579,7 +579,7 @@
579579
"createdAt": "2025-10-11T03:34:04Z",
580580
"tierTitle": "Past Sponsors",
581581
"tierLevel": 0,
582-
"link": "https://ripgrim.com",
582+
"link": "https://github.com/ripgrim",
583583
"org": false,
584584
"sidebarSize": "none",
585585
"sidebarLogo": "https://avatars.githubusercontent.com/u/75869731?u=b17c42ec2309552fdb822a86b25a2f99146a4d72&v=4"
@@ -592,7 +592,7 @@
592592
"createdAt": "2025-10-09T05:39:47Z",
593593
"tierTitle": "Past Sponsors",
594594
"tierLevel": 0,
595-
"link": "https://bapspatil.com",
595+
"link": "https://github.com/bapspatil",
596596
"org": false,
597597
"sidebarSize": "none",
598598
"sidebarLogo": "https://avatars.githubusercontent.com/u/16699418?v=4"
@@ -618,7 +618,7 @@
618618
"createdAt": "2025-08-14T10:39:47Z",
619619
"tierTitle": "Past Sponsors",
620620
"tierLevel": 0,
621-
"link": "http://khatib.gg",
621+
"link": "https://github.com/omarkhatibgg",
622622
"org": false,
623623
"sidebarSize": "none",
624624
"sidebarLogo": "https://avatars.githubusercontent.com/u/9054278?u=afbba7331b85c51b8eee4130f5fd31b1017dc919&v=4"
@@ -644,7 +644,7 @@
644644
"createdAt": "2025-07-23T12:14:14Z",
645645
"tierTitle": "Past Sponsors",
646646
"tierLevel": 0,
647-
"link": "https://hrynevych.dev",
647+
"link": "https://github.com/hrynevychroman",
648648
"org": false,
649649
"sidebarSize": "none",
650650
"sidebarLogo": "https://avatars.githubusercontent.com/u/82209198?u=1a1d111ab3d589855b9cc8a7fefb1b5c6a4fbbaf&v=4"
@@ -657,7 +657,7 @@
657657
"createdAt": "2025-07-22T21:32:51Z",
658658
"tierTitle": "Past Sponsors",
659659
"tierLevel": 0,
660-
"link": "https://saksham.work",
660+
"link": "https://github.com/cloudycotton",
661661
"org": false,
662662
"sidebarSize": "none",
663663
"sidebarLogo": "https://avatars.githubusercontent.com/u/168998965?u=9b9634a5aed66a51c1b880663272725b00b92b14&v=4"
@@ -696,7 +696,7 @@
696696
"createdAt": "2025-05-13T05:53:13Z",
697697
"tierTitle": "Past Sponsors",
698698
"tierLevel": 0,
699-
"link": "https://0x4e32.dev",
699+
"link": "https://github.com/johngerome",
700700
"org": false,
701701
"sidebarSize": "none",
702702
"sidebarLogo": "https://avatars.githubusercontent.com/u/2002000?u=24e8dd943cfc862aa284d858a023532c75071ade&v=4"
@@ -709,7 +709,7 @@
709709
"createdAt": "2025-05-11T15:27:14Z",
710710
"tierTitle": "Past Sponsors",
711711
"tierLevel": 0,
712-
"link": "https://shr.ink",
712+
"link": "https://github.com/shr-ink",
713713
"org": true,
714714
"sidebarSize": "none",
715715
"sidebarLogo": "https://avatars.githubusercontent.com/u/139700438?v=4"
@@ -722,7 +722,7 @@
722722
"createdAt": "2025-05-10T17:41:05Z",
723723
"tierTitle": "Past Sponsors",
724724
"tierLevel": 0,
725-
"link": "https://abhayramesh.com",
725+
"link": "https://github.com/abhay-ramesh",
726726
"org": false,
727727
"sidebarSize": "none",
728728
"sidebarLogo": "https://avatars.githubusercontent.com/u/66196314?u=c5c2b0327b26606c2efcfaf17046ab18c3d25c57&v=4"
@@ -735,7 +735,7 @@
735735
"createdAt": "2025-05-09T13:11:36Z",
736736
"tierTitle": "Past Sponsors",
737737
"tierLevel": 0,
738-
"link": "https://theoludwig.fr",
738+
"link": "https://github.com/theoludwig",
739739
"org": false,
740740
"sidebarSize": "none",
741741
"sidebarLogo": "https://avatars.githubusercontent.com/u/25207499?u=a6a9653725a2f574c07893748806668e0598cdbe&v=4"
@@ -787,7 +787,7 @@
787787
"createdAt": "2025-03-11T02:22:27Z",
788788
"tierTitle": "Past Sponsors",
789789
"tierLevel": 0,
790-
"link": "https://maxie.dev",
790+
"link": "https://github.com/MrMaxie",
791791
"org": false,
792792
"sidebarSize": "none",
793793
"sidebarLogo": "https://avatars.githubusercontent.com/u/3857836?u=5e6b57973d4385d655663ffdd836e487856f2984&v=4"

0 commit comments

Comments
 (0)