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 b0bdd12 commit ef258d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ date: 2024-12-01

## Cursor 下载与安装

访问 Cursor **官网**https//[https://zhuanlan.zhihu.com/p/717659843/www.cursor.com/](https://zhuanlan.zhihu.com/p/717659843/www.cursor.com/),点击 Download 按钮下载适合你操作系统的安装包
访问 Cursor **官网** [https://zhuanlan.zhihu.com/p/717659843/www.cursor.com/](https://zhuanlan.zhihu.com/p/717659843/www.cursor.com/),点击 Download 按钮下载适合你操作系统的安装包

## Cursor 为什么比其他的工具好用很多?

Expand Down
2 changes: 1 addition & 1 deletion config/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const navbar = {
src: "img/smc.jpg",
},
items: [
{ to: "/blog", label: "Blog", position: "right" },
// Backend Dropdown
{
type: "dropdown",
Expand Down Expand Up @@ -222,7 +223,6 @@ const navbar = {
},
],
},
{ to: "/blog", label: "Blog", position: "right" },
{
href: "https://github.com/sumingcheng",
position: "right",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function HomepageHeader() {
技术知识分享与学习笔记汇总 📝
</p>
<div className={styles.buttons}>
<NeonButton to="/docs-hub/Other/Notes/如何编写技术文章">
<NeonButton to="/docs-hub/blog">
开始阅读文档 📚
</NeonButton>
</div>
Expand Down

0 comments on commit ef258d6

Please sign in to comment.