Skip to content

Commit

Permalink
docs: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Dec 27, 2023
1 parent 50e515c commit 3679394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/content/ImageWithReplace.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<CldImage
src="images/sneakers"
src="images/turtle"
width="900"
height="900"
alt="Sample Product"
crop="fill"
:replace="['shoelaces', 'shark']"
:replace="['turtle', 'shark']"
/>
</template>

0 comments on commit 3679394

Please sign in to comment.