Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Sep 8, 2024
1 parent 1206cf2 commit 2d40603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/starter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ const CONFIG = {
TITLE: 'About us',
URL: '/about'
},
{
TITLE: 'Join us',
URL: '/join-us'
},
{
TITLE: 'Developer Center',
URL: 'https://x.com/TechArt_Dev'
Expand All @@ -333,10 +337,6 @@ const CONFIG = {
TITLE: 'Press and Media',
URL: '/archive'
},
{
TITLE: 'Events',
URL: '/events'
},
{
TITLE: 'Contact us',
URL: '/contact-us'
Expand Down Expand Up @@ -369,7 +369,7 @@ const CONFIG = {
STARTER_404_TEXT: '抱歉!您要查找的页面不存在。可能已经移动或删除。',
STARTER_404_BACK: '回到主页',

STARTER_POST_REDIRECT_ENABLE: true, // 默認開啟重定向
STARTER_POST_REDIRECT_ENABLE: false, // 默認開啟重定向
STARTER_POST_REDIRECT_URL: 'https://blog.tangly1024.com', // 重定向域名
STARTER_NEWSLETTER: process.env.NEXT_PUBLIC_THEME_STARTER_NEWSLETTER || false // 是否开启邮件订阅 请先配置mailchimp功能 https://docs.tangly1024.com/article/notion-next-mailchimp
}
Expand Down

0 comments on commit 2d40603

Please sign in to comment.