Skip to content

Commit

Permalink
feat: Image sizes props 475px로 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf99245 committed Jul 24, 2023
1 parent 7a0dcdb commit 9d3ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/ImageFrame/ImageFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = ComponentProps<typeof Image>;
export function ImageFrame({
alt,
fill = true,
sizes = '200px',
sizes = '475px',
placeholder = 'empty',
className,
...restProps
Expand Down

0 comments on commit 9d3ebed

Please sign in to comment.