Skip to content

Commit 7b521c5

Browse files
Update app/generate/page.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 2b212b1 commit 7b521c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/generate/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export default function UploadPage() {
338338
src={file.preview}
339339
alt={file.name}
340340
className="max-w-full max-h-64 object-contain rounded-lg shadow-sm"
341+
loading="lazy"
341342
/>
342343
</div>
343344
<p className="text-xs text-slate-500 dark:text-neutral-400 mt-2 text-center">

0 commit comments

Comments
 (0)