diff --git a/.env.local b/.env.local index ac4adac6..3ef38b37 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.15.1 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.15.2 \ No newline at end of file diff --git a/package.json b/package.json index 557e7107..d358e2a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.15.1", + "version": "3.15.2", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { diff --git a/themes/theme.js b/themes/theme.js index 51aef7fe..6c75c046 100644 --- a/themes/theme.js +++ b/themes/theme.js @@ -23,7 +23,7 @@ export const getLayoutByTheme = (router) => { if (theme !== BLOG.THEME) { return dynamic(() => import(`@/themes/${theme}/${layout}`), { ssr: true }) } else { - console.log('静态主题', layout) + // console.log('静态主题', layout) return ThemeComponents[layout] } }