Skip to content

Commit 3d8e9bd

Browse files
CopilotRavelloH
andcommitted
chore: establish plan for analytics accuracy investigation
Co-authored-by: RavelloH <68409330+RavelloH@users.noreply.github.com>
1 parent 6fa07ac commit 3d8e9bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/src/app/icon.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ export default async function Icon({
139139
const size = metadataItem?.size.width || 192; // 默认 192
140140

141141
return new ImageResponse(
142-
(
143-
// eslint-disable-next-line @next/next/no-img-element
144-
<img src={iconSrc} width={size} height={size} alt="Icon" />
145-
),
142+
<img src={iconSrc} width={size} height={size} alt="Icon" />,
146143
{
147144
width: size,
148145
height: size,

0 commit comments

Comments
 (0)