fix(feeds.js): add require length attribute to enclosures with correct value

This commit is contained in:
Cory Dransfeldt 2025-04-11 16:40:44 -07:00
parent 995202b1d6
commit 2dc119415d
No known key found for this signature in database
4 changed files with 30 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.2.16",
"version": "1.3.16",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -38,7 +38,7 @@
"@11ty/eleventy-fetch": "5.0.2",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"cssnano": "^7.0.6",
"dotenv": "16.4.7",
"dotenv": "16.5.0",
"ics": "^3.8.1",
"jsdom": "26.0.0",
"markdown-it": "^14.1.0",