From 586abae229484d550f5e5c98c5246ddabdd90472 Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 12:32:49 +0100 Subject: [PATCH] Update config.toml --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 9265349..ecb7d1e 100644 --- a/config.toml +++ b/config.toml @@ -37,8 +37,8 @@ smart_punctuation = true bottom_footnotes = true [search] -index_format = "elasticlunr_json" -#index_format = "fuse_json" +#index_format = "elasticlunr_json" +index_format = "fuse_json" taxonomies = [{ name = "tags", feed = true }]