From c47eef875a9d2b37236bc5be463d3195bc90f475 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 18 Mar 2022 10:00:18 +0800 Subject: [PATCH] Update blog.config.js --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index 54ac8cd3..1cbaedf8 100644 --- a/blog.config.js +++ b/blog.config.js @@ -73,7 +73,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.7.1' // 版本号 + VERSION: '2.8.0' // 版本号 } module.exports = BLOG