[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: reduce png images (#9462)

authored by

Joaquín Sánchez and committed by
GitHub
(Jan 15, 2026, 4:41 PM +0100) f91ca947 20f8753a

+2 -1
+1
docs/.vitepress/config.ts
··· 50 50 }, 51 51 head: [ 52 52 ['meta', { name: 'theme-color', content: '#22FF84' }], 53 + ['link', { rel: 'icon', href: '/favicon.ico', sizes: '48x48' }], 53 54 ['link', { rel: 'icon', href: '/logo-without-border.svg', type: 'image/svg+xml' }], 54 55 ['meta', { name: 'author', content: `${teamMembers.map(c => c.name).join(', ')} and ${vitestName} contributors` }], 55 56 ['meta', { name: 'keywords', content: 'vitest, vite, test, coverage, snapshot, react, vue, preact, svelte, solid, lit, marko, ruby, cypress, puppeteer, jsdom, happy-dom, test-runner, jest, typescript, esm, tinyspy, node' }],
docs/public/annotation-api-cute-puppy-example.png

This is a binary file and will not be displayed.

docs/public/annotations-html-dark.png

This is a binary file and will not be displayed.

docs/public/annotations-html-light.png

This is a binary file and will not be displayed.

docs/public/docs-api-dark.png

This is a binary file and will not be displayed.

docs/public/docs-api-light.png

This is a binary file and will not be displayed.

docs/public/module-graph-barrel-file.png

This is a binary file and will not be displayed.

docs/public/otel-jaeger.png

This is a binary file and will not be displayed.

docs/public/reporter-import-breakdown.png

This is a binary file and will not be displayed.

docs/public/ui-1-dark.png

This is a binary file and will not be displayed.

docs/public/ui-1-light.png

This is a binary file and will not be displayed.

docs/public/ui-browser-1-dark.png

This is a binary file and will not be displayed.

docs/public/ui-browser-1-light.png

This is a binary file and will not be displayed.

docs/public/ui-coverage-1-dark.png

This is a binary file and will not be displayed.

docs/public/v3-2-custom-colors.png

This is a binary file and will not be displayed.

+1 -1
docs/.vitepress/scripts/pwa.ts
··· 52 52 screenshots: [{ 53 53 src: 'og.jpg', 54 54 sizes: '2258x1185', 55 - type: 'image/png', 55 + type: 'image/jpeg', 56 56 label: `Screenshot of ${vitestName}`, 57 57 }], 58 58 handle_links: 'preferred',
docs/public/ui/dark-import-breakdown.png

This is a binary file and will not be displayed.

docs/public/ui/dark-module-graph.png

This is a binary file and will not be displayed.

docs/public/ui/dark-module-info-external.png

This is a binary file and will not be displayed.

docs/public/ui/dark-module-info-shadow.png

This is a binary file and will not be displayed.

docs/public/ui/dark-module-info-traverse.png

This is a binary file and will not be displayed.

docs/public/ui/dark-module-info.png

This is a binary file and will not be displayed.

docs/public/ui/light-import-breakdown.png

This is a binary file and will not be displayed.

docs/public/ui/light-module-graph.png

This is a binary file and will not be displayed.

docs/public/ui/light-module-info-external.png

This is a binary file and will not be displayed.

docs/public/ui/light-module-info-shadow.png

This is a binary file and will not be displayed.

docs/public/ui/light-module-info-traverse.png

This is a binary file and will not be displayed.

docs/public/ui/light-module-info.png

This is a binary file and will not be displayed.