diff --git a/components/video/Video.tsx b/components/video/Video.tsx index a4a8aaeb..b74cf88f 100644 --- a/components/video/Video.tsx +++ b/components/video/Video.tsx @@ -3,7 +3,7 @@ import type { ReactPlayerProps } from "react-player"; import styles from "./Video.module.scss"; -const ReactPlayer = dynamic(() => import("react-player")); +const ReactPlayer = dynamic(() => import("react-player/lazy")); const Video = (props: ReactPlayerProps) => (