Skip to content

Commit 2753e34

Browse files
committed
replace SolidStart templates with the ones in templates repository
1 parent de9992b commit 2753e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create/src/create-start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type CreateStartArgs = {
1111
export const createStartTS = ({ template, destination }: CreateStartArgs) => {
1212
return downloadRepo(
1313
{
14-
repo: { owner: "solidjs", name: "solid-start", subdir: `examples/${template}` },
14+
repo: { owner: "solidjs", name: "templates", subdir: `solid-start/${template}` },
1515
dest: destination,
1616
},
1717
GithubFetcher,

0 commit comments

Comments
 (0)