Skip to content

Commit

Permalink
fix: web elements cdn paths (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza authored Jan 29, 2025
1 parent 86b0d61 commit 99ff10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdks/web/web-elements/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ yarn add @basis-theory/web-elements
For detailed information about each version, refer to our changelog.
-->

<script src="https://js.basistheory.com/web-elements/latest"></script>
<script src="https://js.basistheory.com/web-elements/latest/index.js"></script>
<!-- or -->
<script src="https://js.basistheory.com/web-elements/1.0.0"></script>
<script src="https://js.basistheory.com/web-elements/1.0.0/index.js"></script>
```

</TabItem>
Expand Down

0 comments on commit 99ff10f

Please sign in to comment.