From f1edc6abeb13df926efb9a5c0a930b1806b76964 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 29 Feb 2024 21:55:58 +0000 Subject: [PATCH] Fix TS err --- web/src/pages/[...listing].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/[...listing].astro b/web/src/pages/[...listing].astro index 9b3c03a..8f35c68 100644 --- a/web/src/pages/[...listing].astro +++ b/web/src/pages/[...listing].astro @@ -41,7 +41,7 @@ const { * Make a list of keywords, for the tag */ const makeKeyWordTag = () => { - const keywords = []; + const keywords: string[] = []; // keywords.push(`free and open source ${title} software`); // keywords.push(`private ${title} comparison`); // (alternativeTo || []).forEach((alt: string) => {