Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a new Workers project by running the following command:
product="workers"
params={{
category: "hello-world",
type: "Worker + Assets",
type: "SSR / full-stack app",
lang: "TypeScript",
}}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Create a new Worker project by running the following commands:
product="workers"
params={{
category: "hello-world",
type: "Worker + Assets",
type: "SSR / full-stack app",
lang: "TypeScript",
}}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a new Worker project by running the following commands:
product="workers"
params={{
category: "hello-world",
type: "Worker + Assets",
type: "SSR / full-stack app",
lang: "TypeScript",
}}
/>
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/workers/static-assets/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This guide will instruct you through setting up and deploying a static site on W
product="workers"
params={{
category: "hello-world",
type: "Assets only",
type: "Static site",
lang: "TypeScript",
}}
/>
Expand Down Expand Up @@ -104,7 +104,7 @@ Open a terminal window and run C3 to create your Worker project:
product="workers"
params={{
category: "hello-world",
type: "Worker + Assets",
type: "SSR / full-stack app",
lang: "TypeScript",
}}
/>
Expand Down
Loading