Skip to content

Commit

Permalink
Merge pull request #107 from kdt-8-4/performanceimprove
Browse files Browse the repository at this point in the history
[TEST] 이미지 지연 로딩 적용 PerformanceImprove #82
  • Loading branch information
nebulaBdj authored Apr 4, 2024
2 parents 7cd7184 + 1e6f009 commit 0f0c4b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export default function FeedContent({ DataforFeed, blurDataUrl }: Props) {
sizes="auto"
fill
className="border border-black rounded-xl"
// placeholder="blur"
// blurDataURL={blurDataUrl}
placeholder="blur"
blurDataURL={blurDataUrl}
/>
</div>
</Link>
Expand Down

0 comments on commit 0f0c4b5

Please sign in to comment.