From cdeb7b2bb1048d4ad510f993fdfb13a4552c28ad Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:06:29 +0000 Subject: [PATCH 1/2] docs(async-redirect): fix author tag --- docs/src/content/docs/challenges/angular/60-async-redirect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/angular/60-async-redirect.md b/docs/src/content/docs/challenges/angular/60-async-redirect.md index 01bc664e1..4fe2608de 100644 --- a/docs/src/content/docs/challenges/angular/60-async-redirect.md +++ b/docs/src/content/docs/challenges/angular/60-async-redirect.md @@ -1,7 +1,7 @@ --- title: 🟢 async-redirect description: Challenge 60 is about using the new `redirectTo` function in Angular Router to modernize navigation logic. -author: thomas laforge +author: thomas-laforge contributors: - tomalaforge challengeNumber: 60 From 9e4d16b48ef73e8a4bce05a4737f60772e8c1454 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:24:09 +0000 Subject: [PATCH 2/2] fix: delete duplicate author json --- docs/src/content/authors/thomas laforge.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docs/src/content/authors/thomas laforge.json diff --git a/docs/src/content/authors/thomas laforge.json b/docs/src/content/authors/thomas laforge.json deleted file mode 100644 index 66dde510b..000000000 --- a/docs/src/content/authors/thomas laforge.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "thomas laforge" -}