diff --git a/data/tagInfo.ts b/data/tagInfo.ts index 4949b58..f41633f 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -54,5 +54,9 @@ export const tagInfo: Record = { description: "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;