From 8a5bef33970e7076fe34254c0bfcdabe7d3104f9 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Sat, 31 Jul 2021 17:16:32 -0700 Subject: [PATCH] Remove controversial config callout --- site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md | 1 - 1 file changed, 1 deletion(-) diff --git a/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md b/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md index 40417e38e0..0a455fe0d7 100644 --- a/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md +++ b/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md @@ -14,7 +14,6 @@ From The Changelog ([JS Party Ep. 182](https://changelog.com/jsparty/182)) to Sv For a full list of features and bug fixes, check out the [Svelte changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md). ## SvelteKit Updates -- More powerful and configurable rendering options are now available ([#2008](https://github.com/sveltejs/kit/pull/2008)) - esbuild's configuration is now exposed for use with SvelteKit adapters ([#1914](https://github.com/sveltejs/kit/pull/1914)) - Error messages are friendlier now for common config errors ([#1910](https://github.com/sveltejs/kit/pull/1910)) - Cookies will only be passed through if the target host is the same as the SvelteKit application or a more specific subdomain of it ([#1847](https://github.com/sveltejs/kit/pull/1847))