Skip to content

Commit 49eca53

Browse files
committed
fix(ebsite): fix link website
1 parent 3f6f6de commit 49eca53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
icon: right-arrow
1414
variant: primary
1515
- text: Go to the latest Challenge
16-
link: /challenges/signal/56-forms-and-signal/
16+
link: /challenges/angular/57-content-projection-default/
1717
icon: rocket
1818
- text: Give a star
1919
link: https://github.com/tomalaforge/angular-challenges

libs/cli/src/generators/challenge/generator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
6464
addTailwind: true,
6565
standalone: true,
6666
skipTests: true,
67-
projectNameAndRootFormat: 'as-provided',
6867
});
6968

7069
generateFiles(tree, join(__dirname, 'files', 'app'), appDirectory, {

0 commit comments

Comments
 (0)