Skip to content

Commit

Permalink
don't inline export
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 authored Jan 24, 2024
1 parent 80be314 commit 4ad76e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { DefaultTheme } from 'vitepress';

export function sidebar(): DefaultTheme.SidebarItem[] {
function sidebar(): DefaultTheme.SidebarItem[] {
return [
{
text: 'Welt',
Expand All @@ -22,4 +22,6 @@ export function sidebar(): DefaultTheme.SidebarItem[] {
]
}
]
}
}

export { sidebar };

0 comments on commit 4ad76e0

Please sign in to comment.