From 3865436f7513864df7b1560d6433603d446d3ba3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 15 Jun 2024 14:35:04 -0500 Subject: [PATCH] fix: correct economics post name --- scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/index.js b/scripts/index.js index 3a450d1..f1f2062 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -8,7 +8,7 @@ const postMapping = new Map([ ], ], [ - "economics", + "Economics", [ { name: "romer-solow model" }, { name: "the short run" },