diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 94de770..c9ac403 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -7,10 +7,6 @@ const basePath: string = Astro.props.basePath; const entryPath = is_index_file(entry.path)? "": entry.path; const entryUrl = basePath + entryPath + (entryPath.endsWith("/")? "" : "/"); -console.table({ - basePath, - entryPath, -}) function is_index_file(p) { return p.endsWith("index") @@ -35,7 +31,7 @@ function is_index_file(p) { entry.children && ( <>
- {entry.title} + {entry.title.replaceAll("-", " ")}