dependabot[bot]
2025-02-11 be846e6a5fc6af1084e2b7408dfc312061cc47f9
quartz/plugins/emitters/tagPage.tsx
@@ -114,8 +114,8 @@
      for (const tag of tags) {
        const slug = joinSegments("tags", tag) as FullSlug
        const externalResources = pageResources(pathToRoot(slug), resources)
        const [tree, file] = tagDescriptions[tag]
        const externalResources = pageResources(pathToRoot(slug), file.data, resources)
        const componentData: QuartzComponentProps = {
          ctx,
          fileData: file.data,