[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change component Badge class to className #2297

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove keywords, change index page
  • Loading branch information
ayonliu committed Apr 17, 2024
commit 212bba37bc3153ad20468c591eb43488231b38dd
2 changes: 1 addition & 1 deletion components/GlobalHead.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const GlobalHead = props => {
{siteConfig('SEO_BAIDU_SITE_VERIFICATION') && (
<meta name='baidu-site-verification' content={siteConfig('SEO_BAIDU_SITE_VERIFICATION')} />
)}
<meta name='keywords' content={keywords} />
{/* <meta name='keywords' content={keywords} /> */}
<meta name='description' content={description} />
<meta property='og:locale' content={lang} />
<meta property='og:title' content={title} />
Expand Down
2 changes: 1 addition & 1 deletion themes/article/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CONFIG = {

GITBOOK_INDEX_PAGE: 'article', // 文档首页显示的文章,请确此路径包含在您的notion数据库中
GITBOOK_INDEX_PAGE: 'article/wordling-words', // 文档首页显示的文章,请确此路径包含在您的notion数据库中

GITBOOK_AUTO_SORT: process.env.NEXT_PUBLIC_GITBOOK_AUTO_SORT || true, // 是否自动按分类名 归组排序文章;自动归组可能会打乱您Notion中的文章顺序

Expand Down
Loading