Skip to content

Commit

Permalink
refactor: Use gcp media assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gitstart-sourcegraph committed May 9, 2024
1 parent 6a8e431 commit 1168159
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/pages/demo/cody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ const DemoCodyPage: FunctionComponent = () => {
loop={false}
controls={true}
autoPlay={false}
thumbnail="/assets/cody/Cody_the_AI_the_knows_your_codebase.webp"
thumbnail="https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase_SplashScreen.webp"
title="Cody - the AI coding assistant that knows your entire codebase"
source={{
mp4: '/assets/cody/Cody_the_AI_the_knows_your_codebase',
webm: '/assets/cody/Cody_the_AI_the_knows_your_codebase',
mp4: 'https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase',
webm: 'https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase',
}}
className="w-full rounded-lg"
/>
Expand Down

0 comments on commit 1168159

Please sign in to comment.