Skip to content

Commit

Permalink
[C3] fix: update the remix template url used (as the old one is no lo…
Browse files Browse the repository at this point in the history
…nger valid) (#5312)
  • Loading branch information
dario-piotrowicz authored Mar 20, 2024
1 parent 7e908bf commit 4126ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-hotels-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

fix: update the remix template url used (as the old one is no longer valid)
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/remix/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const generate = async (ctx: C3Context) => {
await runFrameworkGenerator(ctx, [
ctx.project.name,
"--template",
"https://github.com/remix-run/remix/tree/main/templates/vite-cloudflare",
"https://github.com/remix-run/remix/tree/main/templates/cloudflare",
]);

logRaw(""); // newline
Expand Down

0 comments on commit 4126ee0

Please sign in to comment.