diff --git a/docs/config.json b/docs/config.json index 95329df12e..8474602959 100644 --- a/docs/config.json +++ b/docs/config.json @@ -695,13 +695,13 @@ "label": "Installation", "to": "svelte/installation" }, - { - "label": "Reactivity", - "to": "svelte/reactivity" - }, { "label": "SSR & SvelteKit", "to": "svelte/ssr" + }, + { + "label": "Reactivity", + "to": "svelte/reactivity" } ] }, diff --git a/docs/svelte/overview.md b/docs/svelte/overview.md index 79e40a8c53..14fb67c81a 100644 --- a/docs/svelte/overview.md +++ b/docs/svelte/overview.md @@ -11,7 +11,7 @@ Include the QueryClientProvider near the root of your project: ```markdown