From be893f0399d75d72dc34507a8355a040f2979592 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Mon, 17 Feb 2025 17:11:46 +0800 Subject: [PATCH] docs(team): update bluwy bio (#19442) --- .vitepress/theme/composables/sponsor.ts | 6 ------ _data/team.js | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.vitepress/theme/composables/sponsor.ts b/.vitepress/theme/composables/sponsor.ts index b03e6956..0fd3f13c 100644 --- a/.vitepress/theme/composables/sponsor.ts +++ b/.vitepress/theme/composables/sponsor.ts @@ -45,12 +45,6 @@ const viteSponsors: Pick = { url: 'https://nuxtlabs.com', img: '/nuxtlabs.svg', }, - // sponsors bluwy - { - name: 'Astro', - url: 'https://astro.build', - img: '/astro.svg', - }, ], gold: [ // now automated via sponsors.vuejs.org too diff --git a/_data/team.js b/_data/team.js index ef32b174..07dc3cea 100644 --- a/_data/team.js +++ b/_data/team.js @@ -45,7 +45,7 @@ export const core = [ avatar: 'https://github.com/bluwy.png', name: 'Bjorn Lu', title: 'Open Source Developer', - desc: 'Vite, Astro, and Svelte core team member.', + desc: 'Building tools for fun.', links: [ { icon: 'github', link: 'https://github.com/bluwy' }, { icon: 'bluesky', link: 'https://bsky.app/profile/bluwy.me' },