diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-10 15:14:00 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-10 15:14:00 +0100 |
| commit | 5681cf9420ac73d418d2e3a119f56bf158b22753 (patch) | |
| tree | ead01948d4c47d1498515396255d975be3f198be /website/src/content.config.ts | |
| parent | db6757652e3e89e7de47af7ae95a025487b5c6b4 (diff) | |
re-organises capsule logs
Diffstat (limited to 'website/src/content.config.ts')
| -rw-r--r-- | website/src/content.config.ts | 2 |
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. */ |
