Skip to content

Commit 48cbd0b

Browse files
committed
docs: new sponsor
1 parent 0f9c72a commit 48cbd0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vitepress/theme/composables/sponsor.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ const viteSponsors: Pick<Sponsors, 'special' | 'gold'> = {
4949
url: 'https://remix.run/',
5050
img: '/remix.svg',
5151
},
52+
{
53+
name: 'Transloadit',
54+
url: 'https://transloadit.com/?utm_source=vite&utm_medium=referral&utm_campaign=sponsorship&utm_content=website',
55+
img: '/transloadit.svg',
56+
},
5257
],
5358
}
5459

@@ -84,7 +89,7 @@ function mapSponsors(sponsors: Sponsors) {
8489
{
8590
tier: 'Gold Sponsors',
8691
size: 'medium',
87-
items: viteSponsors['gold'].concat(mapImgPath(sponsors['gold'])),
92+
items: [...mapImgPath(sponsors['gold']), ...viteSponsors['gold']],
8893
},
8994
]
9095
}

docs/public/transloadit.svg

+1
Loading

0 commit comments

Comments
 (0)