From a04a1aa0569739e526643271555cc93d71480a4f Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Thu, 26 Jan 2023 23:34:05 +0000 Subject: [PATCH] Fix `enableSearch` --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 023cccd6..8dfe25fe 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -9,7 +9,7 @@ colorScheme = "blowfish" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = true -enableSearch = true +enableSearch = false enableCodeCopy = true # mainSections = ["section1", "section2"]