diff --git a/blog.config.js b/blog.config.js index c82e77b9..7f1de703 100644 --- a/blog.config.js +++ b/blog.config.js @@ -57,7 +57,8 @@ const BLOG = { } }, isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) - googleAdsense: true + googleAdsenseId: 'ca-pub-2708419466378217', + DaoVoiceId: 'daf1a94b' // DaoVoice http://dashboard.daovoice.io/get-started } // export default BLOG module.exports = BLOG diff --git a/components/SideBar.js b/components/SideBar.js index 4b91d3d8..afdf96cd 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -41,7 +41,7 @@ const SideBar = ({ tags, currentTag, toc }) => { return