feat: add featured works

This commit is contained in:
eggy
2023-11-19 01:19:43 -05:00
parent fc690345cc
commit a0eb2d3220
13 changed files with 24 additions and 3 deletions

3
data/specialTags.ts Normal file
View File

@@ -0,0 +1,3 @@
export const SpecialTags: string[] = [
"featured",
];

View File

@@ -58,5 +58,9 @@ export const tagInfo: Record<string, TagData> = {
name: "Projections in the Sky",
description: "Dreams or reality — what is the difference?",
},
featured: {
name: "Featured",
description: "Works that are less rambly and more actually good!",
}
};
export default tagInfo;