Add priority and lazy loading to some images
This commit is contained in:
@@ -7,10 +7,10 @@ import usePersianDate from "~/composables/global/usePersianDate";
|
||||
// meta
|
||||
|
||||
useSeoMeta({
|
||||
title: "نتیجه تراکنش",
|
||||
description : "",
|
||||
keywords : ""
|
||||
})
|
||||
title: "نتیجه تراکنش",
|
||||
description: "",
|
||||
keywords: "",
|
||||
});
|
||||
|
||||
definePageMeta({
|
||||
layout: "none",
|
||||
@@ -91,6 +91,8 @@ const statusTitle = computed(() => {
|
||||
class="aspect-square w-[220px] md:w-[280px] lg:w-[320px] absolute -top-[70px] md:-top-[110px] lg:-top-[138px] left-1/2 -translate-x-1/2 z-10 [filter:_drop-shadow(0px_4px_20px_rgba(0, 0, 0, 0.15))]"
|
||||
src="/img/heymlz/heymlz-seat.gif"
|
||||
:class="statusVariants.hue_deg"
|
||||
loading="lazy"
|
||||
fetch-priority="low"
|
||||
/>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user