Commit ee34311
fix: Correct GitHub username in blog authors.yml
Fix broken GitHub profile and image links caused by invalid username with dot.
Changes:
- Replace YAML key "pepe.amengual" with "jamengual" (GitHub usernames cannot contain dots)
- Update profile URL: https://github.com/pepe.amengual → https://github.com/jamengual
- Update image URL: https://github.com/pepe.amengual.png → https://github.com/jamengual.png
- Update author reference in Azure authentication blog post
This fixes:
- Broken GitHub profile links in blog posts
- Missing/broken author avatar images
- Docusaurus author metadata resolution
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 33a05da commit ee34311
File tree
2 files changed
+4
-4
lines changed- website/blog
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
0 commit comments