From 9f31fc31fe2aaacd133f1f74b5124524f3d24794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 8 Apr 2026 08:49:37 +0200 Subject: [PATCH] docs: add note about SvelteKit adapters for non-Deploy targets Adds a tip pointing users to SvelteKit's adapter documentation if they plan to deploy to platforms other than Deno Deploy. Closes #2893 Co-Authored-By: Claude Opus 4.6 (1M context) --- examples/tutorials/svelte.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/tutorials/svelte.md b/examples/tutorials/svelte.md index 20a90d4ba..1e5d5048a 100644 --- a/examples/tutorials/svelte.md +++ b/examples/tutorials/svelte.md @@ -294,6 +294,16 @@ This will: The built app will be ready for deployment on platforms that support Deno, such as Deno Deploy. +:::tip Other deployment targets + +If you're not planning to deploy to Deno Deploy, you can use a different +SvelteKit adapter for your target platform. Visit the +[SvelteKit adapters documentation](https://svelte.dev/docs/kit/adapters) to +learn about available adapters for platforms like Node.js, Cloudflare, Netlify, +and self-hosting options. + +::: + You can deploy this app to your favorite cloud provider. We recommend using [Deno Deploy](https://deno.com/deploy) for a simple and easy deployment experience. You can deploy your app directly from GitHub, simply create a GitHub