修改图片路近
This commit is contained in:
parent
6ec3c41917
commit
ebb5ccf80c
|
@ -103,7 +103,10 @@ export default function Share({ params }) {
|
|||
<div className="flex items-center flex-nowrap">
|
||||
<img
|
||||
className="object-cover scale-110 w-3 mr-1"
|
||||
src="/images/icon_without_bg.png"
|
||||
src={
|
||||
process.env.NEXT_PUBLIC_CDN_URL +
|
||||
"/images/icon_without_bg.png"
|
||||
}
|
||||
/>
|
||||
<span className="whitespace-nowrap">铁粉空间</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue