Skip to content

Commit 22fb6a6

Browse files
authored
feat: switch video to youtube (#87)
* feat: switch video to youtube * fix: ran format
1 parent 7fe9bf9 commit 22fb6a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/[locale]/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,14 @@ const VideoSection = () => {
118118
<div className="max-w-[1500px] mx-auto">
119119
<div className="pt-[56.25%] relative">
120120
<iframe
121-
src="https://player.vimeo.com/video/1016205305?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
122-
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
123121
className="absolute top-0 left-0 w-full h-full"
122+
src="https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp&rel=0"
124123
title="Pinkbombs"
124+
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
125+
referrerPolicy="strict-origin-when-cross-origin"
126+
allowFullScreen
125127
/>
126128
</div>
127-
<script src="https://player.vimeo.com/api/player.js"></script>
128129
</div>
129130
</div>
130131
);

0 commit comments

Comments
 (0)