Skip to content

Commit 450ceeb

Browse files
committed
fix
1 parent 20eef87 commit 450ceeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/blog/2024-02-01-whats-new-in-svelte-february-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ So let's dive in to check out what's new and see what the rest of the community
1616
- The client router is now tree shakeable (**2.1.0**, [#11340](https://github.com/sveltejs/kit/pull/11340))
1717
- `$env/static/public` is now exposed in service workers (**2.2.0**, [Docs](/docs/kit/$env-static-public), [#10994](https://github.com/sveltejs/kit/pull/10994))
1818
- `style-src-elem` is now supported in environments with a Content Security Policy (**2.2.1**, [Docs](/docs/kit/@sveltejs-kit#CspDirectives), [#11562](https://github.com/sveltejs/kit/pull/11562))
19-
- The new `reroute` hook allows you to change how URLs are translated into routes (**2.3.0**, [Docs](/docs/kit/hooks#universal-hooks-reroute), [#11537](https://github.com/sveltejs/kit/pull/11537))
19+
- The new `reroute` hook allows you to change how URLs are translated into routes (**2.3.0**, [Docs](/docs/kit/hooks#Universal-hooks-reroute), [#11537](https://github.com/sveltejs/kit/pull/11537))
2020
- The `read` function is now available in the `$app/server` module - allowing you to read assets from the filesystem (**2.4.0**, [Docs](/docs/kit/$app-server#read), [#11649](https://github.com/sveltejs/kit/pull/11649))
2121
- Adapters can now `emulate` the prod environment for dev and preview servers by implementing the corresponding functions. This is useful for providing access to e.g. KV namespaces in development (**2.5.0**, [Docs](/docs/kit/writing-adapters), [#11730](https://github.com/sveltejs/kit/pull/11730))
2222

0 commit comments

Comments
 (0)