Updated files to png in higher resolution, astro should optimize by itself

This commit is contained in:
Firq 2023-12-25 23:49:11 +01:00
parent 6d2cc3b996
commit 48bbeac054
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
150 changed files with 138 additions and 133 deletions
src/components

View file

@ -12,7 +12,7 @@ export interface Props {
const { mlb, imageFile, name } = Astro.props
const imagePath = `/src/assets/ce/${imageFile}`
const images_ces = import.meta.glob<{ default: ImageMetadata }>(
'/src/assets/ce/*.webp'
'/src/assets/ce/*.{png,webp}'
)
let mlb_image: string = 'mlbalign'