diff --git a/components/embeds/Image.tsx b/components/embeds/Image.tsx index 28b5f4bd..7a88c2e5 100644 --- a/components/embeds/Image.tsx +++ b/components/embeds/Image.tsx @@ -8,7 +8,7 @@ import type { ImageProps } from "next/image"; const CustomImg = (props: ImageProps) => { return ( // the required height and width are part of the props, so they get automatically passed here with {...props} -
+