fix: rss to masto text truncation
This commit is contained in:
parent
3d97366667
commit
bda81f70dd
3 changed files with 37 additions and 24 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue