Remove alpha mention in installation for static assets (#3833)
This PR changes a line in our static assets section of the docs. ### Change Type - [x] `docs` — Changes to the documentation, examples, or templates. - [x] `chore` — Updating dependencies, other boring stuff
This commit is contained in:
parent
ef44d71ee2
commit
e474f51745
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ If you use a CDN for hosting these files you can specify the base url of your as
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
const assetUrls = getAssetUrls({
|
const assetUrls = getAssetUrls({
|
||||||
baseUrl: 'https://unpkg.com/@tldraw/assets@2.0.0-alpha.12/',
|
baseUrl: 'https://unpkg.com/@tldraw/assets',
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue