Optimize images (PNG → AVIF)

This commit is contained in:
2024-10-14 12:37:16 +03:00
parent 673948bce9
commit a7c03d2327
51 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { formatDate } from 'date-fns'
import chestAnimation from '~/assets/images/chest.webp'
import chestAnimation from 'assets/images/chest.avif'
import { render } from 'vue'
import { CodeControls } from '#components'