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:
Steve Ruiz 2024-05-25 16:50:06 +01:00 committed by GitHub
parent ef44d71ee2
commit e474f51745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
}) })
``` ```