Fix TS err

This commit is contained in:
Alicia Sykes 2024-02-29 21:55:58 +00:00
parent 330cce7a7e
commit f1edc6abeb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const {
* Make a list of keywords, for the <meta keywords> tag * Make a list of keywords, for the <meta keywords> tag
*/ */
const makeKeyWordTag = () => { const makeKeyWordTag = () => {
const keywords = []; const keywords: string[] = [];
// keywords.push(`free and open source ${title} software`); // keywords.push(`free and open source ${title} software`);
// keywords.push(`private ${title} comparison`); // keywords.push(`private ${title} comparison`);
// (alternativeTo || []).forEach((alt: string) => { // (alternativeTo || []).forEach((alt: string) => {