merge: husky updates

This commit is contained in:
DecDuck
2025-03-14 13:16:26 +11:00
parent 1de9ebdfa5
commit 1ad1ebb3fd
11 changed files with 418 additions and 48 deletions

View File

@ -109,10 +109,16 @@
</div>
</div>
<div class="relative hidden w-0 flex-1 lg:block">
<img
class="absolute inset-0 h-full w-full object-cover"
<NuxtImg
src="/wallpapers/signin.jpg"
class="absolute inset-0 h-full w-full object-cover"
alt=""
width="3000"
height="3000"
provider="ipx"
quality="80"
:placeholder="[700, 700, 75, 5]"
preload
/>
</div>
</div>

View File

@ -18,10 +18,16 @@
</div>
</div>
<div class="relative hidden w-0 flex-1 lg:block">
<img
class="absolute inset-0 h-full w-full object-cover"
<NuxtImg
src="/wallpapers/signin.jpg"
class="absolute inset-0 h-full w-full object-cover"
alt=""
width="1000"
height="1000"
provider="ipx"
quality="80"
:placeholder="[700, 700, 75, 5]"
preload
/>
</div>
</div>

View File

@ -95,8 +95,6 @@
</template>
<script setup lang="ts">
import { ref, onMounted } from "vue";
const recent = await $dropFetch("/api/v1/store/recent");
const updated = await $dropFetch("/api/v1/store/updated");
const released = await $dropFetch("/api/v1/store/released");