Skip to content

Commit

Permalink
refactor(about page): restore optimized images (#1143)
Browse files Browse the repository at this point in the history
previously, the cdn (media.openbeta.io) was not ready to process static assets
  • Loading branch information
enapupe committed Jun 4, 2024
1 parent fc0f8ba commit d1da49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(default)/about/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function About (): ReactNode {
src={bouldering}
alt='Picture of a rock climber bouldering in Bishop, California.'
width={700}
unoptimized
/>
<div className='absolute left-0 bottom-0 bg-base-200/80 p-2 text-xs'>
<Link href='/climbs/197b6958-c871-5c81-b463-d493d7515656' className='block'>Flyboy (Bishop, California)</Link>
Expand Down

0 comments on commit d1da49d

Please sign in to comment.