fix: rss to masto text truncation

This commit is contained in:
Cory Dransfeldt 2024-09-26 11:44:36 -07:00
parent 3d97366667
commit bda81f70dd
No known key found for this signature in database
3 changed files with 37 additions and 24 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "24.19.11",
"version": "24.19.12",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {
@ -53,7 +53,7 @@
"rimraf": "^6.0.1",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"terser": "^5.33.0",
"terser": "^5.34.0",
"truncate-html": "^1.1.2"
}
}