Skip to content

Commit 3dff4a2

Browse files
committed
Add unoptimized property to all images
1 parent ca0e730 commit 3dff4a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/index/IndexIntro.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const IndexIntro: React.FC = () => {
5959
width='600'
6060
height='600'
6161
className='mx-auto rounded-xl'
62+
unoptimized
6263
/>
6364

6465
<p className='pt-4 text-xl leading-7'>

components/index/TopThreeContributors.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const TopThreeContributors: FC = () => {
5353
height={80}
5454
alt={contributor.name}
5555
className='px-1'
56+
unoptimized
5657
/>
5758
</a>
5859
{contributor.rank === 1 && (

0 commit comments

Comments
 (0)