feat(assets): convert png -> webp
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import BUTTON_IMAGE from "/assets/images/home/bottom-screen/buttons/contact.png";
|
||||
import BUTTON_IMAGE from "/assets/images/home/bottom-screen/buttons/contact.webp";
|
||||
|
||||
const props = defineProps<{
|
||||
x: number;
|
||||
|
||||
Reference in New Issue
Block a user