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
|
@ -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}'
|
||||
)
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue