From 96d562bfe4f930c87f745bc7c6059116ff9e1463 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 11 Feb 2024 15:50:14 +0800 Subject: [PATCH] fix: set index_all_pages to false as the default value --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 957b764bb85..fe0ece163d5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -44,7 +44,7 @@ ignore_location = false shortcut_close = ["Escape"] shortcut_search = ["Control", "k"] paginate = 20 -index_all_pages = true +index_all_pages = false index_content = false expand_results_meta = false lazy_loading = true