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

@ -11,7 +11,7 @@ export interface Props {
const { imageFile, link, title } = Astro.props
const imagePath = `/src/assets/technologies/${imageFile}`
const images_logos = import.meta.glob<{ default: ImageMetadata }>(
'/src/assets/technologies/*.webp'
'/src/assets/technologies/*.{png,webp}'
)
---