We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b212b1 commit 7b521c5Copy full SHA for 7b521c5
app/generate/page.tsx
@@ -338,6 +338,7 @@ export default function UploadPage() {
338
src={file.preview}
339
alt={file.name}
340
className="max-w-full max-h-64 object-contain rounded-lg shadow-sm"
341
+ loading="lazy"
342
/>
343
</div>
344
<p className="text-xs text-slate-500 dark:text-neutral-400 mt-2 text-center">
0 commit comments