Skip to content

Commit

Permalink
Update Svelte display name to SvelteKit
Browse files Browse the repository at this point in the history
Per #3263 (comment), this is what the Svelte team recommends. The Svelte framework template runs `create-svelte` which scaffolds a SvelteKit project, so this should make it clearer to users what type of project they're actually going to get.
  • Loading branch information
penalosa committed Aug 22, 2024
1 parent a9f36ef commit c71a539
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/giant-pens-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

fix: Rename Svelte to SvelteKit
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/svelte/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const updateTypeDefinitions = (ctx: C3Context) => {
const config: TemplateConfig = {
configVersion: 1,
id: "svelte",
displayName: "Svelte",
displayName: "SvelteKit",
platform: "pages",
copyFiles: {
variants: {
Expand Down

0 comments on commit c71a539

Please sign in to comment.