Skip to content

Commit 97a2fbf

Browse files
committed
fix
1 parent 94b5af9 commit 97a2fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/blog/2023-02-21-streaming-snapshots-sveltekit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const config = {
201201
- The [OPTIONS method](/docs/kit/routing#server) is now supported in `+server.js` files
202202
- Better error messages when you [export something that belongs in a different file](https://github.com/sveltejs/kit/pull/9055) or [forget to put a slot](https://github.com/sveltejs/kit/pull/8475) in your +layout.svelte.
203203
- You can now [access public environment variables in app.html](/docs/kit/project-structure#project-files-src)
204-
- A new [text helper](/docs/@sveltejs-kit#text) for creating responses
204+
- A new [text helper](/docs/kit/@sveltejs-kit#text) for creating responses
205205
- And a ton of bug fixes – see [the changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md) for the full release notes.
206206

207207
Thank you to everyone who has contributed and uses SvelteKit in their projects. We’ve said it before, but Svelte is a community project, and it wouldn’t be possible without your feedback and contributions.

0 commit comments

Comments
 (0)