From 312f130da720d76fe8b9066ab8720ecaafd65d52 Mon Sep 17 00:00:00 2001 From: songkeys Date: Thu, 24 Oct 2024 05:21:56 +0800 Subject: [PATCH] docs: remove svelte 5's preview status in performance (#12864) --- documentation/docs/40-best-practices/05-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/40-best-practices/05-performance.md b/documentation/docs/40-best-practices/05-performance.md index 390236d9a2f7..2e358921dc7f 100644 --- a/documentation/docs/40-best-practices/05-performance.md +++ b/documentation/docs/40-best-practices/05-performance.md @@ -57,7 +57,7 @@ You can reduce the size of font files by [subsetting](https://web.dev/learn/perf ### Svelte version -We recommend running the latest version of Svelte. Svelte 4 is smaller and faster than Svelte 3. (The [Svelte 5 preview](https://svelte-5-preview.vercel.app/) is much smaller and faster still, but we don't recommend that you upgrade to this version until it's production ready.) +We recommend running the latest version of Svelte. Svelte 5 is smaller and faster than Svelte 4, which is smaller and faster than Svelte 3. ### Packages