Skip to content

Commit

Permalink
removed projects from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyBontecou committed Jul 7, 2024
1 parent 0a8f0c6 commit 576efbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ export default defineConfig({
text: 'Home',
link: '/',
},
{
text: 'Projects',
link: '/projects/',
},
// {
// text: 'Projects',
// link: '/projects/',
// },
{
text: 'Conferences',
link: '/conferences',
Expand All @@ -86,7 +86,7 @@ export default defineConfig({
],
sidebar: {
'/': sortedSidebar,
'/projects/': [{ text: 'Hotspringers', link: '/projects/hotspringers' }],
// '/projects/': [{ text: 'Hotspringers', link: '/projects/hotspringers' }],
},
carbonAds: {
code: 'CWYDCK7J',
Expand Down

0 comments on commit 576efbd

Please sign in to comment.