Skip to content

Commit 9429d35

Browse files
committed
feat: update video
πŸ€– Generated with [Claude Code](https://claude.com/claude-code)
1 parent 9b86d21 commit 9429d35

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

β€Ž.gitattributesβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mp4 filter=lfs diff=lfs merge=lfs -text
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5584942b727c0f9cd7ec03540d5ab4e41462eb7bc56bc3cb01e5007268b1408f
3+
size 90263079
-59.7 MB
Binary file not shown.

β€Žsrc/pages/index.astroβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Steps from '~/components/widgets/Steps.astro';
99
import CallToAction from '~/components/widgets/CallToAction.astro';
1010
1111
// Video from public folder
12-
const heroVideoUrl = "/assets/videos/f8eb693a22d0c0f74997b806d4a51210.mp4";
12+
const heroVideoUrl = "/assets/videos/ac4e42915f3905919be7879894e9930d.mp4";
1313
1414
const metadata = {
1515
title: 'Agent Orchestration System Platform - aios-rs',

0 commit comments

Comments
Β (0)