From 920a3afb0290d8dc68310f4ca3e51851e78978ab Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 12 Sep 2022 04:43:01 -0400 Subject: [PATCH] [docs] fix Markdown lint --- packages/adapter-static/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/adapter-static/README.md b/packages/adapter-static/README.md index 3d191445a6bd..bd90b5a2d746 100644 --- a/packages/adapter-static/README.md +++ b/packages/adapter-static/README.md @@ -92,7 +92,7 @@ export default { }; ``` -> How to configure this behaviour does however depend on your hosting solution and is not part of SvelteKit, it is recommended to search the host's documentation on how to redirect requests. +> How to configure this behaviour does however depend on your hosting solution and is not part of SvelteKit. It is recommended to search the host's documentation on how to redirect requests. When operating in SPA mode, you can omit the [`prerender`](https://kit.svelte.dev/docs/page-options#prerender) option from your root layout (or set it to `false`, its default value), and only pages that have the `prerender` option set will be prerendered at build time.