Skip to content

Commit 66fa0b5

Browse files
committed
remove manual path
1 parent 0d96ca6 commit 66fa0b5

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}/${src}`}
35+
src=${src}
3636
alt={alt}
3737
sx={{ width: finalWidth, height: finalHeight, objectFit }}
3838
className={className}

0 commit comments

Comments
 (0)