fix(ebsite): fix link website

This commit is contained in:
thomas
2025-03-04 09:14:06 +01:00
parent 3f6f6def3d
commit 49eca53c7f
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ hero:
icon: right-arrow icon: right-arrow
variant: primary variant: primary
- text: Go to the latest Challenge - text: Go to the latest Challenge
link: /challenges/signal/56-forms-and-signal/ link: /challenges/angular/57-content-projection-default/
icon: rocket icon: rocket
- text: Give a star - text: Give a star
link: https://github.com/tomalaforge/angular-challenges link: https://github.com/tomalaforge/angular-challenges

View File

@@ -64,7 +64,6 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
addTailwind: true, addTailwind: true,
standalone: true, standalone: true,
skipTests: true, skipTests: true,
projectNameAndRootFormat: 'as-provided',
}); });
generateFiles(tree, join(__dirname, 'files', 'app'), appDirectory, { generateFiles(tree, join(__dirname, 'files', 'app'), appDirectory, {