From 8200c8d0402cb40e9f65c49dac5be621360a3a20 Mon Sep 17 00:00:00 2001
From: bfahrenfort <59982409+bfahrenfort@users.noreply.github.com>
Date: Thu, 24 Aug 2023 05:57:49 +0000
Subject: [PATCH] Revert contentIndex to RSS 2.0 (#407)
---
quartz.config.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index 83b59e6..447039d 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -49,7 +49,7 @@
priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.SyntaxHighlighting(),
- Plugin.ObsidianFlavoredMarkdown(),
+ Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Latex({ renderEngine: "katex" }),
@@ -66,7 +66,7 @@
enableSiteMap: true,
enableRSS: true,
}),
- Plugin.Assets({ attachmentsFolder: "attachments" }),
+ Plugin.Assets(),
Plugin.Static(),
],
},
--
Gitblit v1.10.0