feat: add featured works
This commit is contained in:
3
data/specialTags.ts
Normal file
3
data/specialTags.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const SpecialTags: string[] = [
|
||||
"featured",
|
||||
];
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user