Explorar o código

fix(gallery): обновлен путь к изображению в галерее для корректного отображения

horanchikk hai 4 meses
pai
achega
9e8d195922
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/gallery/[id].vue

+ 1 - 1
pages/gallery/[id].vue

@@ -11,7 +11,7 @@
       <img
         v-for="(photo, idx) of photos.photos"
         :key="idx"
-        :src="photo"
+        :src="`https://hapticx.ru/api/media/proxy/file?link=${photo}`"
         class="rounded-md"
       >
     </div>