From e474f51745ec0ed5c323c240bd0d52907bafd747 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Sat, 25 May 2024 16:50:06 +0100 Subject: [PATCH] Remove alpha mention in installation for static assets (#3833) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- apps/docs/content/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/getting-started/installation.mdx b/apps/docs/content/getting-started/installation.mdx index 380c9cf84..9d1694daf 100644 --- a/apps/docs/content/getting-started/installation.mdx +++ b/apps/docs/content/getting-started/installation.mdx @@ -141,7 +141,7 @@ If you use a CDN for hosting these files you can specify the base url of your as ```ts const assetUrls = getAssetUrls({ - baseUrl: 'https://unpkg.com/@tldraw/assets@2.0.0-alpha.12/', + baseUrl: 'https://unpkg.com/@tldraw/assets', }) ```