Skip to content

Commit 23200c6

Browse files
committed
fix: urlBasePath
1 parent 7c75b78 commit 23200c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/shapes/HeadPhoto.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</clipPath>
2020
<image
2121
key="1"
22-
:href="imageSrc"
22+
:href="`${urlBasePath}/${imageSrc}`"
2323
x="-60"
2424
y="-60"
2525
width="120"

0 commit comments

Comments
 (0)