mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 00:42:51 +10:00
fix: fix types, remove @nuxt/image because of broken types
This commit is contained in:
+1
-7
@@ -101,16 +101,10 @@ if (import.meta.client) {
|
||||
<div
|
||||
class="hidden lg:relative lg:col-start-2 lg:row-start-1 lg:row-end-4 lg:block"
|
||||
>
|
||||
<NuxtImg
|
||||
<img
|
||||
src="/wallpapers/error-wallpaper.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>
|
||||
|
||||
Reference in New Issue
Block a user