From 66906fecd571ba2bbfbd7f88683708e21b8c6aa1 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 11 Apr 2022 13:06:34 +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 983fee03..90df2948 100644 --- a/blog.config.js +++ b/blog.config.js @@ -120,7 +120,7 @@ const BLOG = { process.env.NEXT_PUBLIC_DESCRIPTION || '这是一个由NotionNext生成的站点', // 站点描述,被notion中的页面描述覆盖 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: '3.0.0' // 版本号 + VERSION: '3.1.0' // 版本号 } module.exports = BLOG