Skip to content

Commit d4c6015

Browse files
committed
fix: update URLs where start projects are fetched from
1 parent 28cb5dd commit d4c6015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create/src/create-start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type CreateStartArgs = {
99
};
1010

1111
export const createStartTS = ({ template, destination }: CreateStartArgs, v2?: boolean) => {
12-
const subdir = v2 ? `solid-start/v2/${template}` : `solid-start/${template}`;
12+
const subdir = v2 ? `solid-start-v2/${template}` : `solid-start-v1/${template}`;
1313
return downloadRepo(
1414
{
1515
repo: { owner: "solidjs", name: "templates", subdir },

0 commit comments

Comments
 (0)