1
1
{
2
- "individuals" : [{
2
+ "individuals" : [
3
+ {
3
4
"url" : " https://github.com/timschps" ,
4
5
"name" : " Tim Schaeps" ,
5
6
"avatar" : " https://avatars.githubusercontent.com/u/13098307"
20
21
"avatar" : " https://avatars.githubusercontent.com/u/1969515"
21
22
}
22
23
],
23
- "companies" : [{
24
+ "companies" : [
25
+ {
24
26
"url" : " https://run.events/?utm_source=frontmatter&utm_campaign=oss" ,
25
27
"title" : " Supported by run.events" ,
26
28
"image" : " /assets/sponsors/runevents.svg" ,
27
29
"id" : " run.events" ,
28
- "alt" : " run.events - Event Management Platform"
30
+ "alt" : " run.events - Event Management Platform" ,
31
+ "active" : false
29
32
},
30
33
{
31
34
"url" : " https://netlify.com?utm_source=vscode-frontmatter&utm_campaign=oss" ,
32
35
"title" : " Deploys by Netlify" ,
33
36
"image" : " /assets/sponsors/netlify-dark.png" ,
34
37
"id" : " Netlify" ,
35
- "alt" : " Netlify"
38
+ "alt" : " Netlify" ,
39
+ "active" : true
36
40
},
37
41
{
38
42
"url" : " http://bejs.io" ,
39
43
"title" : " Supported by the BEJS Community" ,
40
44
"image" : " /assets/sponsors/bejs-community.png" ,
41
45
"id" : " BEJS-Community" ,
42
- "alt" : " BEJS Community"
46
+ "alt" : " BEJS Community" ,
47
+ "active" : false
43
48
},
44
49
{
45
50
"url" : " http://struyfconsulting.com" ,
46
51
"title" : " Hire Elio Struyf via Struyf Consulting" ,
47
52
"image" : " /struyf-consulting.webp" ,
48
53
"id" : " Struyf-Consulting" ,
49
- "alt" : " Struyf Consulting"
54
+ "alt" : " Struyf Consulting" ,
55
+ "active" : true
50
56
}
51
57
]
52
- }
58
+ }
0 commit comments