Update background images to webp

This commit is contained in:
Jeff Gardner
2023-02-04 12:24:37 +01:00
parent 4febd49948
commit f4fb0492cc
5 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import Highlight, { defaultProps } from 'prism-react-renderer'
import { Button } from '@/components/Button'
import { HeroBackground } from '@/components/HeroBackground'
import blurCyanImage from '@/images/blur-cyan.png'
import blurIndigoImage from '@/images/blur-indigo.png'
import blurCyanImage from '@/images/blur-cyan.webp'
import blurIndigoImage from '@/images/blur-indigo.webp'
const codeLanguage = 'json'
const code = `{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

BIN
src/images/blur-cyan.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

BIN
src/images/blur-indigo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB