diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index fe398ee..d8ca456 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -1,5 +1,5 @@ --- -import { SidebarItems } from '../../sidebar.json' +import { SidebarItems } from '../../config.json' ---