From d615cb67a9a7ab14ceb51e99eb2ba99ff6aac01b Mon Sep 17 00:00:00 2001 From: GreenRobot Date: Mon, 10 May 2021 01:11:41 +0700 Subject: [PATCH] doc: How to use SSR with SvelteKit (same as with Sapper) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c02990..d1687fe 100644 --- a/README.md +++ b/README.md @@ -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.: