From 2da94573d80e0aaa7f436635f399643d03cf1980 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Oct 2022 01:08:21 +0200 Subject: feat: switch to js search engine It should be stable and faster now. Let's try --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 428fd36..53d028a 100644 --- a/_config.yml +++ b/_config.yml @@ -43,7 +43,7 @@ use_prose_io: false # - github : it uses internal github repository search # - google : it uses cse search bar, you need to configure google_cse_token # -search_engine : "github" +search_engine : "js" # Setting google custom search engine for google # cse search bar (https://cse.google.it/cse/) google_cse_token: -- cgit