removing vulnerable favicon generator and replacing it with alternative

This commit is contained in:
Anant Shrivastava 2023-05-07 00:46:57 +05:30
parent 370f0fedb3
commit ab44de0fc8
3 changed files with 109 additions and 1386 deletions

1491
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"@sindresorhus/slugify": "^1.1.0",
"axios": "^1.2.2",
"dotenv": "^16.0.3",
"eleventy-favicon": "^1.1.2",
"eleventy-plugin-gen-favicons": "^1.1.2",
"eleventy-plugin-nesting-toc": "^1.3.0",
"fs-file-tree": "^1.1.1",
"glob": "^10.2.1",

View File

@ -32,7 +32,7 @@
<link href="{{style}}" rel="stylesheet">
{%- endfor -%}
{% favicon './src/site/favicon.svg' %}
{% favicons './src/site/favicon.svg', appleIconBgColor='#123' %}
{% if metatags %}
{% for name, content in metatags %}