image 404 issue

This commit is contained in:
sandhiya-hepl
2026-07-20 11:44:50 +05:30
parent 8f163d4933
commit 728139b69a
14 changed files with 55 additions and 25 deletions
+1 -1
View File
@@ -728,7 +728,7 @@ export default function App({ previewMode = false }) {
pointerEvents: 'none'
}}
>
<source src={`${assetUrl(hero.video)}?v=2`} type="video/mp4" />
<source src={assetUrl(hero.video)} type="video/mp4" />
Your browser does not support the video tag.
</video>