Fixed tag photo paths. Fixed affiliate prefix slash logic.

This commit is contained in:
2026-02-06 23:05:52 +01:00
parent 56defe2c6f
commit e98254d444
4 changed files with 7 additions and 6 deletions

View File

@@ -87,6 +87,7 @@ const popularNetworks = [
'elegantangel',
'evilangel',
'fakehub',
'hentaied',
'hookuphotshot',
'hussiepass',
'julesjordan',

View File

@@ -75,8 +75,8 @@
>
<img
v-if="tag.poster"
:src="getPath(tag.poster, 'thumbnail')"
:style="{ 'background-image': `url(/${getPath(tag.poster, 'lazy')})` }"
:src="getPath(tag.poster, 'thumbnail', { local: true })"
:style="{ 'background-image': `url(${getPath(tag.poster, 'lazy', { local: true })})` }"
:title="tag.poster.comment"
class="thumb"
loading="lazy"