From 29e90c58d2a805ae27f1a7667ba03f31cf0f87ab Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Thu, 30 Sep 2021 08:13:21 -0700 Subject: [PATCH] backticks --- .../content/blog/2021-10-01-whats-new-in-svelte-october-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md b/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md index 7d6e2fd130..78fa05dbe2 100644 --- a/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md +++ b/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md @@ -29,7 +29,7 @@ If you'd like to help, please consider working on any of the [1.0 milestone issu Notable SvelteKit improvements this month include... -- Service workers are now allowed to access files using the \$lib alias ([#2326](https://github.com/sveltejs/kit/pull/2326)) +- Service workers are now allowed to access files using the `$lib` alias ([#2326](https://github.com/sveltejs/kit/pull/2326)) - Svelte libraries should now work out-of-the-box without any Vite configuration ([#2343](https://github.com/sveltejs/kit/pull/2343)) - Improvements to package exports field ([#2345](https://github.com/sveltejs/kit/pull/2345) and [#2327](https://github.com/sveltejs/kit/pull/2327)) - [breaking] The `prerender.pages` config option has been renamed to `prerender.entries` ([#2380](https://github.com/sveltejs/kit/pull/2380))