quartz/components/pages/TagContent.tsx
@@ -27,7 +27,7 @@ ? fileData.description : htmlToJsx(fileData.filePath!, tree) if (tag === "") { if (tag === "/") { const tags = [...new Set(allFiles.flatMap((data) => data.frontmatter?.tags ?? []))] const tagItemMap: Map<string, QuartzPluginData[]> = new Map() for (const tag of tags) {