Fixed tag photo paths. Fixed affiliate prefix slash logic.
This commit is contained in:
@@ -87,6 +87,7 @@ const popularNetworks = [
|
||||
'elegantangel',
|
||||
'evilangel',
|
||||
'fakehub',
|
||||
'hentaied',
|
||||
'hookuphotshot',
|
||||
'hussiepass',
|
||||
'julesjordan',
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user