From a80b84891dd8c48e11a9a5bcab3719de0e5b2937 Mon Sep 17 00:00:00 2001 From: jaanli Date: Sun, 17 Mar 2024 22:28:32 -0400 Subject: [PATCH] wip: puma map new york cbsa --- observablehq.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observablehq.config.ts b/observablehq.config.ts index 3d6ba21..ff5c0e0 100644 --- a/observablehq.config.ts +++ b/observablehq.config.ts @@ -11,7 +11,7 @@ export default { name: "Variables in the Survey", pages: [ {name: "Income over the years", path: "/income"}, - // {name: "Report", path: "/example-report"} + {name: "New York area income over the years", path: "/new-york-area"} ] } ],