Skip to content

Commit

Permalink
修改部署问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sumingcheng committed Dec 15, 2024
1 parent 3e23d83 commit 11e504e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const config = {
items: [
{
label: "Leviatan",
href: "leviatan.cn",
href: "https://leviatan.cn",
},
// {
// label: "知乎",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const categoriesData = [
{ name: 'CSS', icon: <RiCss3Fill style={{ color: '#1572B6' }} />, path: '/docs-hub/Frontend/CSS/CSS-选择器-权重-匹配规则' },
{ name: 'DOM', icon: <RiWindowFill style={{ color: '#FFB800' }} />, path: '/docs-hub/Frontend/DOM/DOM初识-JS对象-XML-幻灯片案例展示' },
{ name: 'BOM', icon: <RiWindowFill style={{ color: '#FF8C00' }} />, path: '/docs-hub/Frontend/BOM/深入理解BOM' },
{ name: 'Electron', icon: <RiComputerLine style={{ color: '#9FEAF9' }} />, path: '/docs-hub/Frontend/Electron/初��-基础' },
{ name: 'Electron', icon: <RiComputerLine style={{ color: '#9FEAF9' }} />, path: '/docs-hub/Frontend/Electron/初识-基础' },
{ name: 'Quasar', icon: <FaAtom style={{ color: '#1976D2' }} />, path: '/docs-hub/Frontend/Quasar/Quasar项目搭建' },
]
},
Expand Down

0 comments on commit 11e504e

Please sign in to comment.