mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-18 09:44:30 -04:00
offload videos to vercel blob
This commit is contained in:
@@ -24,6 +24,7 @@ const Video = ({ src, autoPlay, className, children, ...rest }: VideoProps) => {
|
||||
preload: "metadata",
|
||||
controls: true,
|
||||
})}
|
||||
crossOrigin="anonymous"
|
||||
className={clsx(styles.player, className)}
|
||||
{...rest}
|
||||
>
|
||||
|
Reference in New Issue
Block a user