Skip to content

Commit

Permalink
[docs] fix Markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Sep 12, 2022
1 parent 5311b53 commit 920a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 920a3af

Please sign in to comment.