remove nuxtimg (#347)

* remove nuxtimg

* fix: remove dummyImageProvider

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-03-19 17:59:10 +01:00
committed by GitHub
parent 7006220ee2
commit 9761351a26
17 changed files with 32 additions and 67 deletions

View File

@@ -22,7 +22,7 @@
</div>
<div v-else class="h-6 text-gray-600 dark:text-gray-400 flex">
<div class="flex-grow">
<NuxtImg :src="currentUrl" class="h-6 rounded shadow-md"/>
<img :src="currentUrl" class="h-6 rounded shadow-md"/>
</div>
<a href="#" class="hover:text-nt-blue flex" @click.prevent="clearUrl">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"