Updated files to png in higher resolution, astro should optimize by itself
This commit is contained in:
parent
6d2cc3b996
commit
48bbeac054
150 changed files with 138 additions and 133 deletions
src/components
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue