Skip to content

Commit 5df1210

Browse files
stephanjclaude
andcommitted
fix: use youtube-nocookie.com embed to avoid bot detection page
Switch YouTube embed URL to privacy-enhanced domain to prevent Google's bot detection page from loading inside the iframe. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4c3f06c commit 5df1210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Home() {
7474
<div className={styles.videoContainer}>
7575
<iframe
7676
className={styles.demoVideo}
77-
src="https://www.youtube.com/embed/t1MOHCfsdvk"
77+
src="https://www.youtube-nocookie.com/embed/t1MOHCfsdvk"
7878
title="Spec-driven Development Demo"
7979
frameBorder="0"
8080
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

0 commit comments

Comments
 (0)