diff --git a/data/tagInfo.ts b/data/tagInfo.ts index 641879c..c72c177 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -40,5 +40,10 @@ export const tagInfo: Record = { description: 'Articles about free and open source software. Also available on Medium.', }, + birds: { + name: "Bird Family", + description: + "A large, loving family of birds who have found in each other a kindred soul for eternal suffering.", + }, }; export default tagInfo;