1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-18 17:54:26 -04:00

offload videos to vercel blob

This commit is contained in:
2025-04-23 09:34:28 -04:00
parent 6c3cd0afe9
commit 430789c25d
42 changed files with 189 additions and 551 deletions

View File

@@ -24,6 +24,7 @@ const Video = ({ src, autoPlay, className, children, ...rest }: VideoProps) => {
preload: "metadata",
controls: true,
})}
crossOrigin="anonymous"
className={clsx(styles.player, className)}
{...rest}
>