Skip to content

Commit

Permalink
Merge pull request #103 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 7b16a31 + 292cadf commit e52b8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion weatherfit_refactoring/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
formats: ['image/avif', 'image/webp'],
domains: [
'weatherfit-board-image.s3.amazonaws.com',
'heesung-s3.s3.ap-northeast-2.amazonaws.com',
Expand Down
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 e52b8b9

Please sign in to comment.