aboutsummaryrefslogtreecommitdiffstats
path: root/modules/NextImage.tsx
blob: e27c0f370d33e2c30a2be96295ecfa7302bf7225 (plain) (blame)
1
2
3
4
5
6
7
import Image from "next/image";

type NextImageProps = React.ComponentPropsWithoutRef<typeof Image>;

export const NextImage = (props: NextImageProps) => (
  <Image unoptimized={false} {...props} />
);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage