Skip to content

Commit

Permalink
docs: fix cdn urls in vue doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Levent Anil Ozen committed Aug 23, 2022
1 parent 9a579cf commit c21e7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-baklava-in-vue.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ To be able to use Baklava via CDN, you should add our default.css and baklava.js
However, you can simply use any version you want by adding the version number.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@trendyol/baklava@beta/dist/themes/default.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava@beta"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@trendyol/baklava@beta/dist/themes/default.css"/>
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava@beta/dist/baklava.js"></script>
```

### Via NPM
Expand Down

0 comments on commit c21e7a2

Please sign in to comment.