From ef6d578a93482a3d54e3c7e6677cfa2f6b067744 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 31 Dec 2021 15:54:28 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=8E=BB=E6=8E=89DaoVoiceId?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index 8a94df4c..5566220e 100644 --- a/blog.config.js +++ b/blog.config.js @@ -58,7 +58,7 @@ const BLOG = { }, isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) googleAdsenseId: 'ca-pub-2708419466378217', - DaoVoiceId: 'daf1a94b' // DaoVoice http://dashboard.daovoice.io/get-started + DaoVoiceId: '' // DaoVoice http://dashboard.daovoice.io/get-started } // export default BLOG module.exports = BLOG