This commit is contained in:
tangly1024
2022-12-25 18:50:31 +08:00
parent 17325b03b0
commit c5a94f25ad
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
NEXT_PUBLIC_VERSION=3.6.8
NEXT_PUBLIC_VERSION=3.7.0

View File

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

View File

@@ -16,7 +16,7 @@ const LayoutBase = props => {
const fullWidth = post?.fullWidth ?? false
return (
<div className='nobelium dark:text-gray-300 w-full overflow-hidden bg-white dark:bg-black min-h-screen'>
<div className='nobelium dark:text-gray-300 w-full bg-white dark:bg-black min-h-screen'>
<CommonHead meta={meta} />
{/* 顶部导航栏 */}