From 99dab198f99470d5f22162a61e69ee83a3af4dee Mon Sep 17 00:00:00 2001 From: fibibot Date: Sat, 16 May 2026 23:19:59 +0000 Subject: [PATCH] docs: mention non-Deno Deploy SvelteKit adapters --- examples/tutorials/svelte.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/tutorials/svelte.md b/examples/tutorials/svelte.md index 20a90d4ba..183e4c0be 100644 --- a/examples/tutorials/svelte.md +++ b/examples/tutorials/svelte.md @@ -1,5 +1,5 @@ --- -last_modified: 2025-09-29 +last_modified: 2026-05-17 title: "Build a SvelteKit App" description: "A tutorial on building SvelteKit applications with Deno. Learn how to set up a SvelteKit project, implement file-based routing, manage state with load functions, and create a full-stack TypeScript application." url: /examples/svelte_tutorial/ @@ -294,6 +294,11 @@ This will: The built app will be ready for deployment on platforms that support Deno, such as Deno Deploy. +If you do not plan to deploy to Deno Deploy or another Deno-compatible platform, +visit the +[SvelteKit adapter documentation](https://svelte.dev/docs/kit/adapters) to +configure the right adapter for your hosting provider. + 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