chore: uncomment mov key visual

This commit is contained in:
jinhojang6 2024-06-20 01:25:17 +09:00
parent 975ec47f95
commit 7bb6ac7f0d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import Link from '@docusaurus/Link'
</HeroInfo> </HeroInfo>
<HeroAsset> <HeroAsset>
<video preload="auto" autoPlay loop muted autoPlay playsInline> <video preload="auto" autoPlay loop muted autoPlay playsInline>
{/* <source src="/hero/hero-video.mov" type='video/mp4; codecs="hvc1"' /> */} <source src="/hero/hero-video.mov" type='video/mp4; codecs="hvc1"' />
<source src="/hero/hero-video.webm" type="video/webm" /> <source src="/hero/hero-video.webm" type="video/webm" />
</video> </video>
</HeroAsset> </HeroAsset>