Commit 715302d6 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

update/fix image next

parent 696cbc16
......@@ -12,6 +12,7 @@ const ImageNext = ({ src, alt, width, height, className, onError }: any) => {
height={height}
className={className}
onError={() => setImgSrc(onError || "/img-error.png")}
unoptimized
/>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment