content: add projections tag

This commit is contained in:
eggy 2023-01-03 15:21:07 -05:00
parent c930fd70ec
commit ba49ac0a7d

View File

@ -54,5 +54,9 @@ export const tagInfo: Record<string, TagData> = {
description: description:
"Story snippets written during National Novel Writing Month as part of a larger work.", "Story snippets written during National Novel Writing Month as part of a larger work.",
}, },
skyprojections: {
name: "Projections in the Sky",
description: "Dreams or reality — what is the difference?",
},
}; };
export default tagInfo; export default tagInfo;