Skip to content

Commit

Permalink
fix: urlBasePath
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed May 26, 2023
1 parent 7c75b78 commit 23200c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/shapes/HeadPhoto.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</clipPath>
<image
key="1"
:href="imageSrc"
:href="`${urlBasePath}/${imageSrc}`"
x="-60"
y="-60"
width="120"
Expand Down

0 comments on commit 23200c6

Please sign in to comment.