This commit is contained in:
tangly1024
2022-03-25 15:43:36 +08:00
committed by GitHub
parent d60eef4073
commit 63eaf71776

View File

@@ -79,7 +79,7 @@ const BLOG = {
ADSENSE_GOOGLE_ID: process.env.NEXT_PUBLIC_ADSENSE_GOOGLE_ID || '', // 谷歌广告ID e.g ca-pub-xxxxxxxxxxxxxxxx
isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) isProd: process.env.VERCEL_ENV === 'production' // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables)
VERSION: '2.8.1' // 版本号
VERSION: '2.8.2' // 版本号
}
module.exports = BLOG