Skip to content

Commit

Permalink
fix: archive map
Browse files Browse the repository at this point in the history
  • Loading branch information
No1ceTea authored Oct 8, 2024
1 parent 6b4f9be commit 7a30690
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/pages/archives/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ import Main from "@layouts/Main.astro";
import getPostsByGroupCondition from "@utils/getPostsByGroupCondition";
const posts = await getCollection("blog");
const MonthMap: Record<string, string> = {
"1": "January",
"2": "February",
"3": "March",
"4": "April",
"5": "May",
"6": "June",
"7": "July",
"8": "August",
"9": "September",
"10": "October",
"11": "November",
"12": "December",
"1": "Janvier",
"2": "Février",
"3": "Mars",
"4": "Avril",
"5": "Mai",
"6": "Juin",
"7": "Juillet",
"8": "Août",
"9": "Septembre",
"10": "Obtobre",
"11": "Novembre",
"12": "Décembre",
};
---

Expand Down

1 comment on commit 7a30690

@vercel
Copy link

@vercel vercel bot commented on 7a30690 Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.