Jacky Zhao
2023-07-02 e0ebee5aa9b3646de722f139f1d8d15591df538e
quartz/plugins/emitters/contentIndex.ts
@@ -36,7 +36,6 @@
  const base = cfg.canonicalUrl ?? ""
  const root = `https://${base}`
  // TODO: ogimage
  const createURLEntry = (slug: string, content: ContentDetails): string => `<items>
    <title>${content.title}</title>
    <link>${root}/${slug}</link>