mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
feature: 去掉DaoVoiceId配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user