Skip to content

Commit

Permalink
fix: replace webm video with working video (#226)
Browse files Browse the repository at this point in the history
* fix: replace webm video with working video

* fix: prioritize webm video
  • Loading branch information
omBratteng committed Sep 28, 2023
1 parent 6af432c commit def0140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/key-features/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sidebar_position: 2
# Search

<video loop autoPlay muted width="100%">
<source src="https://daily-now-res.cloudinary.com/video/upload/v1695814691/search_daily_dev_dkqm25_jae0jq.webm" type="video/webm" />
<source src="https://daily-now-res.cloudinary.com/video/upload/s--ldicxh37--/v1694071721/search_daily_dev_dkqm25.mp4" type="video/mp4" />
<source src="https://daily-now-res.cloudinary.com/video/upload/s--wuDfV-fW--/v1694071721/search_daily_dev_dkqm25.webm" type="video/webm" />
</video>

## What is daily.dev Search?
Expand Down

1 comment on commit def0140

@vercel
Copy link

@vercel vercel bot commented on def0140 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.