Skip to content

Commit

Permalink
* Corrección de paths en gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
uriel-online committed Aug 23, 2024
1 parent 8fe5502 commit b18b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desarrollos-gallery.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<xsl:if test="position()=1">active</xsl:if>
</xsl:variable>
<div class="carousel-item {$active}">
<img class="d-block w-100" src="/assets/desarrollos/{$desarrollo}/{$src}" alt="{$desarrollo}" fetchPriority="low"/>
<img class="d-block w-100" src="./assets/desarrollos/{$desarrollo}/{$src}" alt="{$desarrollo}" fetchPriority="low"/>
</div>
</xsl:template>
</xsl:stylesheet>

0 comments on commit b18b0b4

Please sign in to comment.