Skip to content

Commit

Permalink
chore: update stubbed query to reference actual video
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 18, 2023
1 parent 4fd745f commit 56a4ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const stubQuery: MaybeResolver<Query> = {
},
videoEmbedHtml () {
return `<iframe
src="https://player.vimeo.com/video/668764401?h=0cbc785eef"
src="https://player.vimeo.com/video/855168407?h=0cbc785eef"
class="rounded h-full bg-gray-1000 w-full"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
Expand Down

0 comments on commit 56a4ca7

Please sign in to comment.