Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyhoeven committed Sep 7, 2024
1 parent ca46a93 commit 9526d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default async () => {
},
nav: [
{text: 'Home', link: '/'},
{text: 'Projects', link: '/project'},
{text: 'Projects', link: '/projects'},
{text: 'Blog', link: '/blog'}
],
socialLinks: [
Expand All @@ -87,24 +87,6 @@ export default async () => {
link: 'https://g.dev/jonnyvanderhoeven'
},
],
sidebar: {
'/posts/': [
{
text: 'Blog',
items: [
{text: 'All Posts', link: '/blog'},
],
}
],
'/project/': [
{
text: 'Project',
items: [
{text: 'Projects', link: '/project'},
],
}
],
},
footer: {
message: 'Released under the <a href="https://raw.githubusercontent.com/jonnyhoeven/justme.dev/main/LICENSE">MIT</a> License.',
copyright: '© 2024 Jonny van der Hoeven.</br>' +
Expand Down
File renamed without changes.

0 comments on commit 9526d29

Please sign in to comment.