This commit is contained in:
tangly1024
2022-04-26 13:57:45 +08:00
parent 72eb109f92
commit d9f9b9220f
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,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.2.1' // 版本号
VERSION: '3.2.2' // 版本号
}
module.exports = BLOG

View File

@@ -1,6 +1,6 @@
{
"name": "notion-next",
"version": "3.2.1",
"version": "3.2.2",
"homepage": "https://github.com/tangly1024/NotionNext.git",
"license": "MIT",
"repository": {