From 7dabc9d1d7f21caaeb74486d1fbbb2e57ffafab1 Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Thu, 11 Jul 2019 14:00:28 +0200 Subject: [PATCH] search: change google project id --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e532427..aa145a2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -96,7 +96,7 @@ }, fetchResults (kw, start) { if (!start) { start = 1 } - let key = "AIzaSyD4-MGytNzTCZpTH6UYk1mfOxZkt74T5MI"; + let key = "AIzaSyBYac5f6SQXH_0xrV4r5-8_O7N9HQxMwU4"; let cx = "004592132197158309932:anluf60c9w8"; let url = "https://www.googleapis.com/customsearch/v1"; url = url + "?cx=" + cx + "&key=" + key + "&q=" + encodeURI(kw) + "&start=" + start