Skip to content

Commit

Permalink
docs: new sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 8, 2024
1 parent 0f9c72a commit 48cbd0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/theme/composables/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const viteSponsors: Pick<Sponsors, 'special' | 'gold'> = {
url: 'https://remix.run/',
img: '/remix.svg',
},
{
name: 'Transloadit',
url: 'https://transloadit.com/?utm_source=vite&utm_medium=referral&utm_campaign=sponsorship&utm_content=website',
img: '/transloadit.svg',
},
],
}

Expand Down Expand Up @@ -84,7 +89,7 @@ function mapSponsors(sponsors: Sponsors) {
{
tier: 'Gold Sponsors',
size: 'medium',
items: viteSponsors['gold'].concat(mapImgPath(sponsors['gold'])),
items: [...mapImgPath(sponsors['gold']), ...viteSponsors['gold']],
},
]
}
Expand Down
1 change: 1 addition & 0 deletions docs/public/transloadit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48cbd0b

Please sign in to comment.