Skip to content

Commit

Permalink
Merge pull request #114 from alexander-mart/patch-2
Browse files Browse the repository at this point in the history
doc: How to use SSR with SvelteKit (same as with Sapper)
  • Loading branch information
abbychau authored Jan 6, 2022
2 parents b6397cc + d615cb6 commit 649527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Or as an npm package imported into your root component:

### SSR

If you are doing server-side rendering with Sapper, you'll need to import the .svelte files directly so that your app can compile them, rather than importing from the compiled module.
If you are doing server-side rendering with Sapper (or [SvelteKit](https://kit.svelte.dev/)), you'll need to import the .svelte files directly so that your app can compile them, rather than importing from the compiled module.

i.e.:

Expand Down

0 comments on commit 649527e

Please sign in to comment.