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