docs(site): self-host maintainer avatars

This commit is contained in:
Valentin Maerten
2026-08-29 22:04:03 +02:00
parent 7aef3d76de
commit 4c010f83b0
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
export const team = [
{
slug: 'andreynering',
avatar: 'https://www.github.com/andreynering.png',
avatar: '/img/team/andreynering.jpg',
name: 'Andrey Nering',
icon: '/img/flag-brazil.svg',
title: 'Creator & Maintainer',
@@ -19,7 +19,7 @@ export const team = [
},
{
slug: 'pd93',
avatar: 'https://www.github.com/pd93.png',
avatar: '/img/team/pd93.jpg',
name: 'Pete Davison',
icon: '/img/flag-wales.svg',
title: 'Maintainer',
@@ -31,7 +31,7 @@ export const team = [
},
{
slug: 'vmaerten',
avatar: 'https://www.github.com/vmaerten.png',
avatar: '/img/team/vmaerten.png',
name: 'Valentin Maerten',
icon: '/img/flag-france.svg',
title: 'Maintainer',

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -11,7 +11,7 @@ import {
const members = [
{
avatar: 'https://www.github.com/andreynering.png',
avatar: '/img/team/andreynering.jpg',
name: 'Andrey Nering',
icon: '/img/flag-brazil.svg',
title: 'Creator & Maintainer',
@@ -25,7 +25,7 @@ const members = [
]
},
{
avatar: 'https://www.github.com/pd93.png',
avatar: '/img/team/pd93.jpg',
name: 'Pete Davison',
icon: '/img/flag-wales.svg',
title: 'Maintainer',
@@ -36,7 +36,7 @@ const members = [
]
},
{
avatar: 'https://www.github.com/vmaerten.png',
avatar: '/img/team/vmaerten.png',
name: 'Valentin Maerten',
icon: '/img/flag-france.svg',
title: 'Maintainer',