From b4ac977f53cf0c1d11a44a99977e27e13f56f012 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Tue, 1 Mar 2022 05:36:13 -0800 Subject: [PATCH] Update 2022-03-01-whats-new-in-svelte-march-2022.md --- site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md b/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md index b0d53aafa1..472edc495a 100644 --- a/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md +++ b/site/content/blog/2022-03-01-whats-new-in-svelte-march-2022.md @@ -7,7 +7,7 @@ authorURL: https://desandoval.net Just announced: [Svelte Summit Spring](https://www.sveltesummit.com/) will be taking place on April 30, 2022. The 5th Virtual Svelte Conference is [looking for speakers](https://www.sveltesummit.com/#speakers) and [sponsors](https://www.sveltesummit.com/sponsors)... so it's time to dust off those proposals! -Also, some long-requested features were added to SvelteKit this month... including page endpoints! This change in how `load` function works makes it easier to fetch data required for basic pages, redirect from POST responses and handle 404s and other errors. +Also, some long-requested features were added to SvelteKit this month... including page endpoints! This change in how the `load` function works makes it easier to fetch data required for basic pages, redirect from POST responses and handle 404s and other errors. More on that and other new features and fixes below!