修改图片路近

This commit is contained in:
al 2024-08-22 12:33:19 +08:00
parent 6ec3c41917
commit ebb5ccf80c
1 changed files with 4 additions and 1 deletions

View File

@ -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>