Skip to content

Commit

Permalink
fix: fix nav bar links
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1uo committed Sep 2, 2022
1 parent afc36b0 commit 0f3645e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
34 changes: 31 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/.vuepress/config/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default <Array<NavItem>>[
{ text: '🚶 前端入门基础', link: '/front-end/beginning/' },
{ text: '🚶🏻 前端巩固基础', link: '/front-end/stable/' },
{ text: '🏃 前端核心框架', link: '/front-end/core-frame/' },
{ text: '🪞 前端面试题收集', link: 'front-end/interview/'}
{ text: '🪞 前端面试题收集', link: '/front-end/interview/'}
]
}
]
Expand Down

0 comments on commit 0f3645e

Please sign in to comment.