Skip to content

Commit 8ec3137

Browse files
should be false
1 parent 55411ce commit 8ec3137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/init/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const makeConfigTemplate = (
4747
chatPrompt: '',
4848
contentType: 'code',
4949
targetAudience: 'smart developer',
50-
linkHosted: true,
50+
linkHosted: false,
5151
};
5252
};
5353

0 commit comments

Comments
 (0)