mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
category && tag single static path modifed
This commit is contained in:
@@ -17,7 +17,7 @@ const lang = getLangFromUrl(Astro.url);
|
||||
{
|
||||
categories.map((category: any) => {
|
||||
const count = allCategories.filter(
|
||||
(c: any) => c === category,
|
||||
(c: any) => c === category
|
||||
).length;
|
||||
return (
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user