Skip to content

Commit d04ee00

Browse files
committed
fix: 修复赞助商图片链接地址
1 parent 4442be9 commit d04ee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sponsoring/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const sponsorList = ref([
236236
>
237237
<img
238238
loading="lazy"
239-
:src="`/public/assets/sponsors/${sponsor.img}.svg`"
239+
:src="`/assets/sponsors/${sponsor.img}.svg`"
240240
:alt="sponsor.name"
241241
class="w-[100%] max-w-[100%]"
242242
/>

0 commit comments

Comments
 (0)