diff --git a/README.md b/README.md index 45ee8e64922f..6d25c0cd3f1c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,14 @@ $ npx vitest

+### Vladimir Sponsors + +

+ + + +

+ ### Patak Sponsors

diff --git a/docs/.vitepress/components/HomePage.vue b/docs/.vitepress/components/HomePage.vue index 22eae54943e1..534c1add4576 100644 --- a/docs/.vitepress/components/HomePage.vue +++ b/docs/.vitepress/components/HomePage.vue @@ -41,6 +41,20 @@ import { teamMembers } from '../contributors' > +

+ Vladimir's Sponsors + + Vladimir's sponsors + +
Patak's Sponsors diff --git a/docs/.vitepress/scripts/fetch-avatars.ts b/docs/.vitepress/scripts/fetch-avatars.ts index a8df3ba495b9..9692b49c9896 100644 --- a/docs/.vitepress/scripts/fetch-avatars.ts +++ b/docs/.vitepress/scripts/fetch-avatars.ts @@ -32,6 +32,7 @@ async function fetchSponsors() { await fs.ensureDir(dirSponsors) await download('https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg', join(dirSponsors, 'antfu.svg')) await download('https://cdn.jsdelivr.net/gh/patak-dev/static/sponsors.svg', join(dirSponsors, 'patak-dev.svg')) + await download('https://cdn.jsdelivr.net/gh/sheremet-va/static/sponsors.svg', join(dirSponsors, 'sheremet-va.svg')) } fetchAvatars()