From 5108204f85e2eb6aa5bf05eb3542ea1ee6d837d8 Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 12:34:43 +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 ecb7d1e..9265349 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 }]