Compare commits

...

2 commits

Author SHA1 Message Date
Dariusz Niemczyk bfe470cb5a fix: replace 2k with twok for video 2025-02-09 21:12:22 +00:00
Dariusz Niemczyk 037b89a971 chore: remove unnecessary old favicon 2025-02-09 21:12:22 +00:00
2 changed files with 1 additions and 1 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB