summaryrefslogtreecommitdiff
path: root/website/src/content.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/content.config.ts')
-rw-r--r--website/src/content.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/src/content.config.ts b/website/src/content.config.ts
index 717b2f0..88cbf0b 100644
--- a/website/src/content.config.ts
+++ b/website/src/content.config.ts
@@ -9,7 +9,7 @@ const blog = defineCollection({
base: "./src/content/blog",
postprocessSlug: (slug: string) => slug.replaceAll(/^gemlog\//g, ""),
ignore: [
- "gemlog/index.gmi",
+ "capsule-longlog/index.gmi",
/* Some blog posts were ported to gemtext. Don't port them back again:
* that would lead to duplicates! The originals are likely to be better
* anyway, as MD/MDX are richer languages. */