Skip to content

Commit

Permalink
Update blog.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
willgold79 authored Jan 5, 2024
1 parent 38b2d60 commit 951f289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const BLOG = {
process.env.NOTION_PAGE_ID || '6f785932a1734e49b23f4b8fcafca02b',
PSEUDO_STATIC: process.env.NEXT_PUBLIC_PSEUDO_STATIC || false, // 伪静态路径,开启后所有文章URL都以 .html 结尾。
NEXT_REVALIDATE_SECOND: process.env.NEXT_PUBLIC_REVALIDATE_SECOND || 5, // 更新内容缓存间隔 单位(秒);即每个页面有5秒的纯静态期、此期间无论多少次访问都不会抓取notion数据;调大该值有助于节省Vercel资源、同时提升访问速率,但也会使文章更新有延迟。
THEME: process.env.NEXT_PUBLIC_THEME || 'hexo', // 当前主题,在themes文件夹下可找到所有支持的主题;主题名称就是文件夹名,例如 example,fukasawa,gitbook,heo,hexo,landing,matery,medium,next,nobelium,plog,simple
THEME: process.env.NEXT_PUBLIC_THEME || 'fukasawa', // 当前主题,在themes文件夹下可找到所有支持的主题;主题名称就是文件夹名,例如 example,fukasawa,gitbook,heo,hexo,landing,matery,medium,next,nobelium,plog,simple
THEME_SWITCH: process.env.NEXT_PUBLIC_THEME_SWITCH || false, // 是否显示切换主题按钮
LANG: process.env.NEXT_PUBLIC_LANG || 'zh-CN', // e.g 'zh-CN','en-US' see /lib/lang.js for more.
SINCE: process.env.NEXT_SINCE || 2021, // e.g if leave this empty, current year will be used.
SINCE: process.env.NEXT_SINCE || 2024, // e.g if leave this empty, current year will be used.
APPEARANCE: process.env.NEXT_PUBLIC_APPEARANCE || 'light', // ['light', 'dark', 'auto'], // light 日间模式 , dark夜间模式, auto根据时间和主题自动夜间模式
APPEARANCE_DARK_TIME: process.env.NEXT_PUBLIC_APPEARANCE_DARK_TIME || [18, 6], // 夜间模式起至时间,false时关闭根据时间自动切换夜间模式

Expand All @@ -19,7 +19,7 @@ const BLOG = {

AUTHOR: process.env.NEXT_PUBLIC_AUTHOR || 'NEO学长在新加坡', // 您的昵称 例如 tangly1024
BIO: process.env.NEXT_PUBLIC_BIO || '新线国际教育 专注新加坡本硕博学历提升', // 作者简介
LINK: process.env.NEXT_PUBLIC_LINK || 'https://https://www.neoline.top/', // 网站地址
LINK: process.env.NEXT_PUBLIC_LINK || 'https:www.neoline.top/', // 网站地址
KEYWORDS: process.env.NEXT_PUBLIC_KEYWORD || 'Neo学长, 新加坡留学, 新加坡移民, 新加坡专升本, 新加坡专升硕, 新加坡博士, 新加坡学历提升, 新加坡留学中介', // 网站关键词 英文逗号隔开

// 社交链接,不需要可留空白,例如 CONTACT_WEIBO:''
Expand Down

1 comment on commit 951f289

@vercel
Copy link

@vercel vercel bot commented on 951f289 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

notion-next-bydm – ./

notion-next-bydm-git-main-willgold79.vercel.app
notion-next-bydm-willgold79.vercel.app

Please sign in to comment.