Skip to content

Commit f21b930

Browse files
authored
docs: clarify async SSR config option in blog post
Updated the configuration option for Async SSR to reflect the correct setting in svelte.config.js.
1 parent a290779 commit f21b930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/blog/2025-10-01-whats-new-in-svelte-october-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Dani Sandoval
55
authorURL: https://dreamindani.com
66
---
77

8-
There were lots of improvements to remote functions this month - including new batching tools and improved performance via lazy discovery. For more info, check out the Docs and PR links in each bullet. Async SSR is also available for those who would like to try it out while it's still experimental. It's included when the `config.experimental.async` setting is enabled.
8+
There were lots of improvements to remote functions this month - including new batching tools and improved performance via lazy discovery. For more info, check out the Docs and PR links in each bullet. Async SSR is also available for those who would like to try it out while it's still experimental. It's included when the config option in `svelte.config.js` has the `compilerOptions.experimental.async` setting enabled.
99

1010
We've got a hefty showcase this month too, so let's dive in!
1111

0 commit comments

Comments
 (0)