版本2.9.1 样式插件的调整

This commit is contained in:
tangly1024
2022-04-02 10:37:31 +08:00
parent b8e17d8e21
commit 376dd1145d
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ const BLOG = {
DESCRIPTION: 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: '2.9.0' // 版本号
VERSION: '2.9.1' // 版本号
}
module.exports = BLOG

View File

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