Skip to content

Commit ee95a48

Browse files
committed
fix(watermark): the sample picture failed to load
1 parent add673b commit ee95a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/watermark-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function WatermarkPage() {
8383
</Example>
8484

8585
<Example hash="image" state={state} t={tWatermarkPage}>
86-
<Watermark imageUrl="/favicon/android-chrome-192x192.png">
86+
<Watermark imageUrl={`${__APP_PUBLIC_BASE_HREF__}/favicon/android-chrome-192x192.png`}>
8787
<div className="card" style={{ height: 330 }}>
8888
<div className="card-body"></div>
8989
</div>

0 commit comments

Comments
 (0)