show some featured images
This commit is contained in:
7
web/src/components/general/Image.tsx
Normal file
7
web/src/components/general/Image.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import NextImage, { ImageProps as NextImageProps } from "next/image";
|
||||
|
||||
type ImageProps = NextImageProps;
|
||||
|
||||
export default function Image(props: ImageProps) {
|
||||
return <NextImage {...props} />;
|
||||
}
|
Reference in New Issue
Block a user