Random fixes package #6

Merged
palid merged 2 commits from fix/package-fixes into main 2025-02-09 21:12:23 +00:00
Showing only changes of commit 43827fa1c7 - Show all commits

View file

@ -66,7 +66,7 @@ function getSource({
<source
key={`twok-${type}`}
media="(max-width: 2560px)"
src={src.replace('.mp4', `_2k.${type}`)}
src={src.replace('.mp4', `_twok.${type}`)}
type={sourceType}
/>,