diff --git a/website/src/App.vue b/website/src/App.vue index 34cddc505..ec494df53 100644 --- a/website/src/App.vue +++ b/website/src/App.vue @@ -102,6 +102,7 @@ const presentations = [ "Information on the Rubik Pi 3 and how to use Object Detection with PhotonVision.", slidedeckLink: "https://docs.google.com/presentation/d/1eCt9OmOISldCxsxp-aWAvT6YFkfdPzhbeEZn2ihcltA/edit?usp=sharing", + videoEmbedUrl: "https://www.youtube-nocookie.com/embed/layhsbOIJx4", }, { title: "Champs 2024 Talk", @@ -110,8 +111,7 @@ const presentations = [ slidedeckLink: "https://docs.google.com/presentation/d/1Gh5InslM5p7aDxjzK8DHoEorpATOl-MQWWixY5GjGgs/edit#slide=id.p", codeLink: "https://github.com/PhotonVision/champs_2024", - videoEmbedUrl: - "https://www.youtube-nocookie.com/embed/iV2v7F_9GwE?si=4wgaT1IrZBpA71dF", + videoEmbedUrl: "https://www.youtube-nocookie.com/embed/iV2v7F_9GwE", }, ];