Skip to content

Commit

Permalink
doc: How to use SSR with SvelteKit (same as with Sapper)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-mart authored May 9, 2021
1 parent 74d129e commit d615cb6
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 d615cb6

Please sign in to comment.