Skip to content

Commit 8dd3959

Browse files
authored
docs: mention non-Deno Deploy SvelteKit adapters (#3136)
Co-authored-by: fibibot <fibibot@users.noreply.github.com>
1 parent 686115e commit 8dd3959

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

examples/tutorials/svelte.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified: 2025-09-29
2+
last_modified: 2026-05-17
33
title: "Build a SvelteKit App"
44
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."
55
url: /examples/svelte_tutorial/
@@ -294,6 +294,11 @@ This will:
294294
The built app will be ready for deployment on platforms that support Deno, such
295295
as Deno Deploy.
296296

297+
If you do not plan to deploy to Deno Deploy or another Deno-compatible platform,
298+
visit the
299+
[SvelteKit adapter documentation](https://svelte.dev/docs/kit/adapters) to
300+
configure the right adapter for your hosting provider.
301+
297302
You can deploy this app to your favorite cloud provider. We recommend using
298303
[Deno Deploy](https://deno.com/deploy) for a simple and easy deployment
299304
experience. You can deploy your app directly from GitHub, simply create a GitHub

0 commit comments

Comments
 (0)