feat: tag short-name membri team

This commit is contained in:
2026-07-05 16:33:39 +02:00
parent d5b19f2c39
commit b84463c9df
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -124,6 +124,7 @@ export const contentSeed: SeedEntry[] = [
const slug = m.shortName.toLowerCase();
return [
T(`team.${slug}.name`, m.name, []),
T(`team.${slug}.short-name`, m.shortName),
T(`team.${slug}.role`, m.role, []),
T(`team.${slug}.bio`, m.bio),
I(`team.${slug}.image`),