Skip to content

Commit

Permalink
fix: use hardcoded url for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Sep 25, 2024
1 parent 81c8c70 commit 14ae386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions components/InlineVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@
controls
>
<source
v-if="videoPath"
:src="videoPath"
src="~/assets/webauthn-demo.mp4"
type="video/mp4"
/>
</video>
</template>

<script setup lang="ts">
defineProps<{
videoPath: string;
}>();
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To break this down, the app will allow users to:
- Use WebAuthn to mint an NFT.
- Have gasless transactions.

:inline-video{videoPath="/_nuxt/assets/webauthn-demo.mp4"}
:inline-video

You can find the completed code inside the [Community Code repo](https://github.com/zkSync-Community-Hub/community-code/code/webauthn).

Expand Down

0 comments on commit 14ae386

Please sign in to comment.