Skip to content

Commit e616e78

Browse files
bluwypatak-cat
andauthored
docs: update patak links (#22246)
Co-authored-by: patak <583075+patak-cat@users.noreply.github.com>
1 parent 44c42b9 commit e616e78

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

docs/_data/team.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@ export const core = [
1414
sponsor: 'https://github.com/sponsors/yyx990803',
1515
},
1616
{
17-
avatar: 'https://www.github.com/patak-dev.png',
17+
avatar: 'https://www.github.com/patak-cat.png',
1818
name: 'Patak',
19-
title: 'A collaborative being',
20-
org: 'StackBlitz',
21-
orgLink: 'https://stackblitz.com/',
22-
desc: 'Core team member of Vite. Team member of Vue.',
19+
title: 'Open Source Adventurer',
20+
desc: 'Core team Vite, Vitest, Elk. Steward npmx.',
2321
links: [
24-
{ icon: 'github', link: 'https://github.com/patak-dev' },
25-
{ icon: 'bluesky', link: 'https://bsky.app/profile/patak.dev' },
26-
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
22+
{ icon: 'github', link: 'https://github.com/patak-cat' },
23+
{ icon: 'bluesky', link: 'https://bsky.app/profile/patak.cat' },
2724
],
28-
sponsor: 'https://github.com/sponsors/patak-dev',
25+
sponsor: 'https://github.com/sponsors/patak-cat',
2926
},
3027
{
3128
avatar: 'https://www.github.com/antfu.png',

docs/blog/announcing-vite3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ head:
2929

3030
_July 23, 2022_ - Check out the [Vite 4.0 announcement](./announcing-vite4.md)
3131

32-
In February last year, [Evan You](https://twitter.com/youyuxi) released Vite 2. Since then, its adoption has grown non-stop, reaching more than 1 million npm downloads per week. A sprawling ecosystem rapidly formed after the release. Vite is powering a renewed innovation race in Web frameworks. [Nuxt 3](https://v3.nuxtjs.org/) uses Vite by default. [SvelteKit](https://kit.svelte.dev/), [Astro](https://astro.build/), [Hydrogen](https://hydrogen.shopify.dev/), and [SolidStart](https://docs.solidjs.com/quick-start) are all built with Vite. [Laravel has now decided to use Vite by default](https://laravel.com/docs/9.x/vite). [Vite Ruby](https://vite-ruby.netlify.app/) shows how Vite can improve Rails DX. [Vitest](https://vitest.dev) is making strides as a Vite-native alternative to Jest. Vite is behind [Cypress](https://docs.cypress.io/guides/component-testing/writing-your-first-component-test) and [Playwright](https://playwright.dev/docs/test-components)'s new Component Testing features, Storybook has [Vite as an official builder](https://github.com/storybookjs/builder-vite). And [the list goes on](https://patak.dev/vite/ecosystem.html). Maintainers from most of these projects got involved in improving the Vite core itself, working closely with the Vite [team](https://vite.dev/team) and other contributors.
32+
In February last year, [Evan You](https://twitter.com/youyuxi) released Vite 2. Since then, its adoption has grown non-stop, reaching more than 1 million npm downloads per week. A sprawling ecosystem rapidly formed after the release. Vite is powering a renewed innovation race in Web frameworks. [Nuxt 3](https://v3.nuxtjs.org/) uses Vite by default. [SvelteKit](https://kit.svelte.dev/), [Astro](https://astro.build/), [Hydrogen](https://hydrogen.shopify.dev/), and [SolidStart](https://docs.solidjs.com/quick-start) are all built with Vite. [Laravel has now decided to use Vite by default](https://laravel.com/docs/9.x/vite). [Vite Ruby](https://vite-ruby.netlify.app/) shows how Vite can improve Rails DX. [Vitest](https://vitest.dev) is making strides as a Vite-native alternative to Jest. Vite is behind [Cypress](https://docs.cypress.io/guides/component-testing/writing-your-first-component-test) and [Playwright](https://playwright.dev/docs/test-components)'s new Component Testing features, Storybook has [Vite as an official builder](https://github.com/storybookjs/builder-vite). And [the list goes on](https://patak.cat/vite/ecosystem.html). Maintainers from most of these projects got involved in improving the Vite core itself, working closely with the Vite [team](https://vite.dev/team) and other contributors.
3333

3434
![Vite 3 Announcement Cover Image](/og-image-announcing-vite3.webp)
3535

0 commit comments

Comments
 (0)