mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Fix TS err
This commit is contained in:
parent
330cce7a7e
commit
f1edc6abeb
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const {
|
|||
* Make a list of keywords, for the <meta keywords> 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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue