From f45c1b601a1d3a7d8e2f4a5267ab39d91cd28ce1 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 5 Mar 2023 20:23:36 +0100 Subject: [PATCH] It was actually correct? --- docs/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 87a0215e..1a462a72 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -5,6 +5,9 @@ description = "Everything you need to make a static site engine in one binary." compile_sass = true build_search_index = true +[search] +index_format = "elasticlunr_json" + [markdown] highlight_code = true highlight_theme = "kronuz"