Jimin Kim
2023-12-03 f0ec6c9b926dffd0e96b7d53a048d686f6414858
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) {