Skip to content

Commit f27f620

Browse files
committed
back to basics
1 parent f4feb9c commit f27f620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const Image: React.FC<Props> = ({
3232

3333
return (
3434
<img
35-
src={process.env.BASE_PATH}
35+
src=${src}
3636
alt={alt}
3737
sx={{ width: finalWidth, height: finalHeight, objectFit }}
3838
className={className}

0 commit comments

Comments
 (0)