Skip to content

Commit 4616d94

Browse files
fix(web): YouTube embedId by removing timestamp parameter
1 parent ace9812 commit 4616d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(home)/_components/testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const YOUTUBE_VIDEOS = [
1212
title: "Advanced Vibe Coding - setup for new projects",
1313
},
1414
{
15-
embedId: "cdivzGRhsYk&t=328s",
15+
embedId: "cdivzGRhsYk",
1616
title:
1717
"MY UPGRADED AI Coding Workflow + Free APIs: How I DO AI Coding! (Stitch, Better T3, SuperNinja)",
1818
},

0 commit comments

Comments
 (0)